#CF70CA

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

Shades of Orchid #CF70CA

Tints of Orchid #CF70CA

Color information

#CF70CA (or 0xCF70CA) is unknown color: approx Orchid. HEX triplet: CF, 70 and CA. RGB value is (207,112,202). Sum of RGB (Red+Green+Blue) = 207+112+202=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CF70CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70CA is #308F35. Grayscale: #969696. Windows color (decimal): -3182390 or 13267151. OLE color: 13267151.

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

Color convert

RGB207112202-
CMYK00.460.020.19
HSL303.16º49.74%62.55%-
HSV(B)303.16º45.89%81.18%-
XYZ42.1929.1259.27-
YUV150.66156.97168.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.73%
GREEN value IS 112 (44.14% from 255) = 21.50%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=39.73%
G=21.50%
B=38.77%

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
Decimal20711220200.460.020.19303.1649.7462.55
HexCF70CA02E21312f323f
Octal3171603120562234576277
Binary1100111111100001100101001011101010011100101111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF70CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF70CA; }

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

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

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

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

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

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

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

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