#CF6DCB

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

Shades of Orchid #CF6DCB

Tints of Orchid #CF6DCB

Color information

#CF6DCB (or 0xCF6DCB) is unknown color: approx Orchid. HEX triplet: CF, 6D and CB. RGB value is (207,109,203). Sum of RGB (Red+Green+Blue) = 207+109+203=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DCB is #309234. Grayscale: #949494. Windows color (decimal): -3183157 or 13331919. OLE color: 13331919.

HSL color Cylindrical-coordinate representation of color #CF6DCB: hue angle of 302.45º 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 #CF6DCB is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB207109203-
CMYK00.470.020.19
HSL302.45º50.52%61.96%-
HSV(B)302.45º47.34%81.18%-
XYZ41.9828.5159.79-
YUV149.02158.47169.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.88%
GREEN value IS 109 (42.97% from 255) = 21.00%
BLUE value IS 203 (79.69% from 255) = 39.11%
R=39.88%
G=21.00%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710920300.470.020.19302.4550.5261.96
HexCF6DCB02F21312e333e
Octal3171553130572234566376
Binary1100111111011011100101101011111010011100101110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6DCB; }

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

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

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

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

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

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

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

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