#CF61D9

Color #CF61D9 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CF61D9

Tints of Orchid #CF61D9

Color information

#CF61D9 (or 0xCF61D9) is unknown color: approx Orchid. HEX triplet: CF, 61 and D9. RGB value is (207,97,217). Sum of RGB (Red+Green+Blue) = 207+97+217=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 97 (38.28% from 255 or 18.62% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF61D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF61D9 is #309E26. Grayscale: #8F8F8F. Windows color (decimal): -3186215 or 14246351. OLE color: 14246351.

HSL color Cylindrical-coordinate representation of color #CF61D9: hue angle of 295º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF61D9 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20797217-
CMYK0.050.5500.15
HSL295º61.22%61.57%-
HSV(B)295º55.3%85.1%-
XYZ42.5326.8268.58-
YUV143.57169.44173.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 39.73%
GREEN value IS 97 (38.28% from 255) = 18.62%
BLUE value IS 217 (85.16% from 255) = 41.65%
R=39.73%
G=18.62%
B=41.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal207972170.050.5500.1529561.2261.57
HexCF61D95370F1273d3e
Octal3171413315670174477576
Binary1100111111000011101100110111011101111100100111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF61D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF61D9; }

 p { color: rgb(207,97,217); }

 H1.HeaderClassName
 {
   color: #CF61D9;
 }
 .AnyTagClassName
 {
   color: #CF61D9;
 }
</style>
background-color css

<style>
 a { background-color: #CF61D9; }

 a { background-color: rgb(207,97,217); }

 div.DivClassName
 {
   background-color: #CF61D9;
 }
 .BgClassName
 {
   background-color: #CF61D9;
 }
</style>
border-color css

<style>
 span { border-color: #CF61D9; }

 span { border-color: rgb(207,97,217); }

 td.TdClassName
 {
   border-color: #CF61D9;
 }
 .TagClassName
 {
   border-color: #CF61D9;
 }
</style>