#CC73C2

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

Shades of Orchid #CC73C2

Tints of Orchid #CC73C2

Color information

#CC73C2 (or 0xCC73C2) is unknown color: approx Orchid. HEX triplet: CC, 73 and C2. RGB value is (204,115,194). Sum of RGB (Red+Green+Blue) = 204+115+194=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CC73C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC73C2 is #338C3D. Grayscale: #969696. Windows color (decimal): -3378238 or 12743628. OLE color: 12743628.

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

Color convert

RGB204115194-
CMYK00.440.050.2
HSL306.74º46.6%62.55%-
HSV(B)306.74º43.63%80%-
XYZ40.7728.9954.49-
YUV150.62152.49166.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.77%
GREEN value IS 115 (45.31% from 255) = 22.42%
BLUE value IS 194 (76.17% from 255) = 37.82%
R=39.77%
G=22.42%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411519400.440.050.2306.7446.662.55
HexCC73C202C5141332f3f
Octal3141633020545244635777
Binary11001100111001111000010010110010110100100110011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC73C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC73C2; }

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

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

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

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

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

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

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

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