#CF70B6

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

Shades of Orchid #CF70B6

Tints of Orchid #CF70B6

Color information

#CF70B6 (or 0xCF70B6) is unknown color: approx Orchid. HEX triplet: CF, 70 and B6. RGB value is (207,112,182). Sum of RGB (Red+Green+Blue) = 207+112+182=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 182 (71.48% from 255 or 36.33% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CF70B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70B6 is #308F49. Grayscale: #949494. Windows color (decimal): -3182410 or 11956431. OLE color: 11956431.

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

Color convert

RGB207112182-
CMYK00.460.120.19
HSL315.79º49.74%62.55%-
HSV(B)315.79º45.89%81.18%-
XYZ39.9728.2347.6-
YUV148.38146.97169.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.32%
GREEN value IS 112 (44.14% from 255) = 22.36%
BLUE value IS 182 (71.48% from 255) = 36.33%
R=41.32%
G=22.36%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711218200.460.120.19315.7949.7462.55
HexCF70B602EC1313c323f
Octal31716026605614234746277
Binary110011111110000101101100101110110010011100111100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF70B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF70B6; }

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

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

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

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

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

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

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

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