#CF61D6

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

Shades of Orchid #CF61D6

Tints of Orchid #CF61D6

Color information

#CF61D6 (or 0xCF61D6) is unknown color: approx Orchid. HEX triplet: CF, 61 and D6. RGB value is (207,97,214). Sum of RGB (Red+Green+Blue) = 207+97+214=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF61D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF61D6 is #309E29. Grayscale: #8E8E8E. Windows color (decimal): -3186218 or 14049743. OLE color: 14049743.

HSL color Cylindrical-coordinate representation of color #CF61D6: hue angle of 296.41º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF61D6 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20797214-
CMYK0.030.5500.16
HSL296.41º58.79%60.98%-
HSV(B)296.41º54.67%83.92%-
XYZ42.1426.6766.54-
YUV143.23167.94173.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.96%
GREEN value IS 97 (38.28% from 255) = 18.73%
BLUE value IS 214 (83.98% from 255) = 41.31%
R=39.96%
G=18.73%
B=41.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal207972140.030.5500.16296.4158.7960.98
HexCF61D63370101283b3d
Octal3171413263670204507375
Binary1100111111000011101011011110111010000100101000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF61D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF61D6; }

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

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

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

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

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

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

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

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