#CC73C5

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

Shades of Orchid #CC73C5

Tints of Orchid #CC73C5

Color information

#CC73C5 (or 0xCC73C5) is unknown color: approx Orchid. HEX triplet: CC, 73 and C5. RGB value is (204,115,197). Sum of RGB (Red+Green+Blue) = 204+115+197=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CC73C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC73C5 is #338C3A. Grayscale: #969696. Windows color (decimal): -3378235 or 12940236. OLE color: 12940236.

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

Color convert

RGB204115197-
CMYK00.440.030.2
HSL304.72º46.6%62.55%-
HSV(B)304.72º43.63%80%-
XYZ41.1129.1356.28-
YUV150.96153.99165.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.53%
GREEN value IS 115 (45.31% from 255) = 22.29%
BLUE value IS 197 (77.34% from 255) = 38.18%
R=39.53%
G=22.29%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411519700.440.030.2304.7246.662.55
HexCC73C502C3141312f3f
Octal3141633050543244615777
Binary1100110011100111100010101011001110100100110001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC73C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC73C5; }

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

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

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

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

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

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

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

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