#CC72B9

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

Shades of Orchid #CC72B9

Tints of Orchid #CC72B9

Color information

#CC72B9 (or 0xCC72B9) is unknown color: approx Orchid. HEX triplet: CC, 72 and B9. RGB value is (204,114,185). Sum of RGB (Red+Green+Blue) = 204+114+185=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CC72B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC72B9 is #338D46. Grayscale: #949494. Windows color (decimal): -3378503 or 12153548. OLE color: 12153548.

HSL color Cylindrical-coordinate representation of color #CC72B9: hue angle of 312.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC72B9 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB204114185-
CMYK00.440.090.2
HSL312.67º46.88%62.35%-
HSV(B)312.67º44.12%80%-
XYZ39.6828.3749.28-
YUV149148.32167.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 114 (44.92% from 255) = 22.66%
BLUE value IS 185 (72.66% from 255) = 36.78%
R=40.56%
G=22.66%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411418500.440.090.2312.6746.8862.35
HexCC72B902C9141392f3e
Octal31416227105411244715776
Binary110011001110010101110010101100100110100100111001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC72B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC72B9; }

 p { color: rgb(204,114,185); }

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

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

 a { background-color: rgb(204,114,185); }

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

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

 span { border-color: rgb(204,114,185); }

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