#CC72B7

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

Shades of Orchid #CC72B7

Tints of Orchid #CC72B7

Color information

#CC72B7 (or 0xCC72B7) is unknown color: approx Orchid. HEX triplet: CC, 72 and B7. RGB value is (204,114,183). Sum of RGB (Red+Green+Blue) = 204+114+183=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CC72B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC72B7 is #338D48. Grayscale: #949494. Windows color (decimal): -3378505 or 12022476. OLE color: 12022476.

HSL color Cylindrical-coordinate representation of color #CC72B7: hue angle of 314º 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 #CC72B7 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB204114183-
CMYK00.440.100.2
HSL314º46.88%62.35%-
HSV(B)314º44.12%80%-
XYZ39.4728.2948.18-
YUV148.78147.32167.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 114 (44.92% from 255) = 22.75%
BLUE value IS 183 (71.88% from 255) = 36.53%
R=40.72%
G=22.75%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411418300.440.100.231446.8862.35
HexCC72B702CA1413a2f3e
Octal31416226705412244725776
Binary110011001110010101101110101100101010100100111010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC72B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC72B7; }

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

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

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

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

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

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

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

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