#CF69CA

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

Shades of Orchid #CF69CA

Tints of Orchid #CF69CA

Color information

#CF69CA (or 0xCF69CA) is unknown color: approx Orchid. HEX triplet: CF, 69 and CA. RGB value is (207,105,202). Sum of RGB (Red+Green+Blue) = 207+105+202=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CF69CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF69CA is #309635. Grayscale: #929292. Windows color (decimal): -3184182 or 13265359. OLE color: 13265359.

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

Color convert

RGB207105202-
CMYK00.490.020.19
HSL302.94º51.52%61.18%-
HSV(B)302.94º49.28%81.18%-
XYZ41.4427.6359.03-
YUV146.56159.29171.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.27%
GREEN value IS 105 (41.41% from 255) = 20.43%
BLUE value IS 202 (79.30% from 255) = 39.30%
R=40.27%
G=20.43%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710520200.490.020.19302.9451.5261.18
HexCF69CA03121312f343d
Octal3171513120612234576475
Binary1100111111010011100101001100011010011100101111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF69CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF69CA; }

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

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

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

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

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

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

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

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