#CC73CD

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

Shades of Orchid #CC73CD

Tints of Orchid #CC73CD

Color information

#CC73CD (or 0xCC73CD) is unknown color: approx Orchid. HEX triplet: CC, 73 and CD. RGB value is (204,115,205). Sum of RGB (Red+Green+Blue) = 204+115+205=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC73CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC73CD is #338C32. Grayscale: #979797. Windows color (decimal): -3378227 or 13464524. OLE color: 13464524.

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

Color convert

RGB204115205-
CMYK0.000.4400.20
HSL299.33º47.37%62.75%-
HSV(B)299.33º43.9%80.39%-
XYZ42.0529.5161.24-
YUV151.87157.99165.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 115 (45.31% from 255) = 21.95%
BLUE value IS 205 (80.47% from 255) = 39.12%
R=38.93%
G=21.95%
B=39.12%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2041152050.000.4400.20299.3347.3762.75
HexCC73CD02C01412b2f3f
Octal3141633150540244535777
Binary110011001110011110011010101100010100100101011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC73CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC73CD; }

 p { color: rgb(204,115,205); }

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

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

 a { background-color: rgb(204,115,205); }

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

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

 span { border-color: rgb(204,115,205); }

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