#CC73CC

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

Shades of Orchid #CC73CC

Tints of Orchid #CC73CC

Color information

#CC73CC (or 0xCC73CC) is unknown color: approx Orchid. HEX triplet: CC, 73 and CC. RGB value is (204,115,204). Sum of RGB (Red+Green+Blue) = 204+115+204=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC73CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC73CC is #338C33. Grayscale: #979797. Windows color (decimal): -3378228 or 13398988. OLE color: 13398988.

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

Color convert

RGB204115204-
CMYK00.4400.2
HSL300º46.6%62.55%-
HSV(B)300º43.63%80%-
XYZ41.9329.4660.6-
YUV151.76157.49165.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 115 (45.31% from 255) = 21.99%
BLUE value IS 204 (80.08% from 255) = 39.01%
R=39.01%
G=21.99%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411520400.4400.230046.662.55
HexCC73CC02C01412c2f3f
Octal3141633140540244545777
Binary110011001110011110011000101100010100100101100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC73CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC73CC; }

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

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

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

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

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

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

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

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