#CC72C0

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

Shades of Orchid #CC72C0

Tints of Orchid #CC72C0

Color information

#CC72C0 (or 0xCC72C0) is unknown color: approx Orchid. HEX triplet: CC, 72 and C0. RGB value is (204,114,192). Sum of RGB (Red+Green+Blue) = 204+114+192=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 114 (44.92% from 255 or 22.35% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CC72C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC72C0 is #338D3F. Grayscale: #959595. Windows color (decimal): -3378496 or 12612300. OLE color: 12612300.

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

Color convert

RGB204114192-
CMYK00.440.060.2
HSL308º46.88%62.35%-
HSV(B)308º44.12%80%-
XYZ40.4328.6853.27-
YUV149.8151.82166.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40%
GREEN value IS 114 (44.92% from 255) = 22.35%
BLUE value IS 192 (75.39% from 255) = 37.65%
R=40%
G=22.35%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411419200.440.060.230846.8862.35
HexCC72C002C6141342f3e
Octal3141623000546244645776
Binary11001100111001011000000010110011010100100110100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC72C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC72C0; }

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

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

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

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

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

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

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

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