#CF6DCC

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

Shades of Orchid #CF6DCC

Tints of Orchid #CF6DCC

Color information

#CF6DCC (or 0xCF6DCC) is unknown color: approx Orchid. HEX triplet: CF, 6D and CC. RGB value is (207,109,204). Sum of RGB (Red+Green+Blue) = 207+109+204=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 109 (42.97% from 255 or 20.96% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DCC is #309233. Grayscale: #949494. Windows color (decimal): -3183156 or 13397455. OLE color: 13397455.

HSL color Cylindrical-coordinate representation of color #CF6DCC: hue angle of 301.84º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF6DCC is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB207109204-
CMYK00.470.010.19
HSL301.84º50.52%61.96%-
HSV(B)301.84º47.34%81.18%-
XYZ42.128.5660.42-
YUV149.13158.97169.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.81%
GREEN value IS 109 (42.97% from 255) = 20.96%
BLUE value IS 204 (80.08% from 255) = 39.23%
R=39.81%
G=20.96%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710920400.470.010.19301.8450.5261.96
HexCF6DCC02F11312e333e
Octal3171553140571234566376
Binary110011111101101110011000101111110011100101110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6DCC; }

 p { color: rgb(207,109,204); }

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

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

 a { background-color: rgb(207,109,204); }

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

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

 span { border-color: rgb(207,109,204); }

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