#CF70CB

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

Shades of Orchid #CF70CB

Tints of Orchid #CF70CB

Color information

#CF70CB (or 0xCF70CB) is unknown color: approx Orchid. HEX triplet: CF, 70 and CB. RGB value is (207,112,203). Sum of RGB (Red+Green+Blue) = 207+112+203=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CF70CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70CB is #308F34. Grayscale: #969696. Windows color (decimal): -3182389 or 13332687. OLE color: 13332687.

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

Color convert

RGB207112203-
CMYK00.460.020.19
HSL302.53º49.74%62.55%-
HSV(B)302.53º45.89%81.18%-
XYZ42.3129.1759.9-
YUV150.78157.47168.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.66%
GREEN value IS 112 (44.14% from 255) = 21.46%
BLUE value IS 203 (79.69% from 255) = 38.89%
R=39.66%
G=21.46%
B=38.89%

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
Decimal20711220300.460.020.19302.5349.7462.55
HexCF70CB02E21312f323f
Octal3171603130562234576277
Binary1100111111100001100101101011101010011100101111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF70CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF70CB; }

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

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

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

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

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

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

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

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