#cc72c7

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

Shades of Orchid #CC72C7

Tints of Orchid #CC72C7

Color information

#CC72C7 (or 0xCC72C7) is unknown color: approx Orchid. HEX triplet: CC, 72 and C7. RGB value is (204,114,199). Sum of RGB (Red+Green+Blue) = 204+114+199=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 114 (44.92% from 255 or 22.05% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CC72C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC72C7 is #338D38. Grayscale: #969696. Windows color (decimal): -3378489 or 13071052. OLE color: 13071052.

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

Color convert

RGB204114199-
CMYK00.440.020.2
HSL303.33º46.88%62.35%-
HSV(B)303.33º44.12%80%-
XYZ41.232957.46-
YUV150.6155.32166.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.46%
GREEN value IS 114 (44.92% from 255) = 22.05%
BLUE value IS 199 (78.12% from 255) = 38.49%
R=39.46%
G=22.05%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411419900.440.020.2303.3346.8862.35
HexCC72C702C21412f2f3e
Octal3141623070542244575776
Binary1100110011100101100011101011001010100100101111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc72c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc72c7; }

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

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

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

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

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

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

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

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