#CF72B5

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

Shades of Orchid #CF72B5

Tints of Orchid #CF72B5

Color information

#CF72B5 (or 0xCF72B5) is unknown color: approx Orchid. HEX triplet: CF, 72 and B5. RGB value is (207,114,181). Sum of RGB (Red+Green+Blue) = 207+114+181=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CF72B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF72B5 is #308D4A. Grayscale: #959595. Windows color (decimal): -3181899 or 11891407. OLE color: 11891407.

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

Color convert

RGB207114181-
CMYK00.450.130.19
HSL316.77º49.21%62.94%-
HSV(B)316.77º44.93%81.18%-
XYZ40.0928.6447.13-
YUV149.44145.81169.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.24%
GREEN value IS 114 (44.92% from 255) = 22.71%
BLUE value IS 181 (71.09% from 255) = 36.06%
R=41.24%
G=22.71%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711418100.450.130.19316.7749.2162.94
HexCF72B502DD1313d313f
Octal31716226505515234756177
Binary110011111110010101101010101101110110011100111101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF72B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF72B5; }

 p { color: rgb(207,114,181); }

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

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

 a { background-color: rgb(207,114,181); }

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

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

 span { border-color: rgb(207,114,181); }

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