#CF6FCA

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

Shades of Orchid #CF6FCA

Tints of Orchid #CF6FCA

Color information

#CF6FCA (or 0xCF6FCA) is unknown color: approx Orchid. HEX triplet: CF, 6F and CA. RGB value is (207,111,202). Sum of RGB (Red+Green+Blue) = 207+111+202=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FCA is #309035. Grayscale: #959595. Windows color (decimal): -3182646 or 13266895. OLE color: 13266895.

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

Color convert

RGB207111202-
CMYK00.460.020.19
HSL303.12º50%62.35%-
HSV(B)303.12º46.38%81.18%-
XYZ42.0828.959.24-
YUV150.08157.3168.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.81%
GREEN value IS 111 (43.75% from 255) = 21.35%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=39.81%
G=21.35%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711120200.460.020.19303.125062.35
HexCF6FCA02E21312f323e
Octal3171573120562234576276
Binary1100111111011111100101001011101010011100101111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6FCA; }

 p { color: rgb(207,111,202); }

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

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

 a { background-color: rgb(207,111,202); }

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

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

 span { border-color: rgb(207,111,202); }

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