#CC72D5

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

Shades of Orchid #CC72D5

Tints of Orchid #CC72D5

Color information

#CC72D5 (or 0xCC72D5) is unknown color: approx Orchid. HEX triplet: CC, 72 and D5. RGB value is (204,114,213). Sum of RGB (Red+Green+Blue) = 204+114+213=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC72D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC72D5 is #338D2A. Grayscale: #979797. Windows color (decimal): -3378475 or 13988556. OLE color: 13988556.

HSL color Cylindrical-coordinate representation of color #CC72D5: hue angle of 294.55º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC72D5 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204114213-
CMYK0.040.4600.16
HSL294.55º54.1%64.12%-
HSV(B)294.55º46.48%83.53%-
XYZ42.9329.6866.42-
YUV152.2162.32164.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 114 (44.92% from 255) = 21.47%
BLUE value IS 213 (83.59% from 255) = 40.11%
R=38.42%
G=21.47%
B=40.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041142130.040.4600.16294.5554.164.12
HexCC72D542E0101273640
Octal31416232545602044766100
Binary110011001110010110101011001011100100001001001111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC72D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC72D5; }

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

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

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

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

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

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

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

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