#CC73E6

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

Shades of Orchid #CC73E6

Tints of Orchid #CC73E6

Color information

#CC73E6 (or 0xCC73E6) is unknown color: approx Orchid. HEX triplet: CC, 73 and E6. RGB value is (204,115,230). Sum of RGB (Red+Green+Blue) = 204+115+230=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC73E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC73E6 is #338C19. Grayscale: #9A9A9A. Windows color (decimal): -3378202 or 15102924. OLE color: 15102924.

HSL color Cylindrical-coordinate representation of color #CC73E6: hue angle of 286.43º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC73E6 is Cyan = 0.11, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB204115230-
CMYK0.110.500.10
HSL286.43º69.7%67.65%-
HSV(B)286.43º50%90.2%-
XYZ45.3230.8178.42-
YUV154.72170.49163.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.16%
GREEN value IS 115 (45.31% from 255) = 20.95%
BLUE value IS 230 (90.23% from 255) = 41.89%
R=37.16%
G=20.95%
B=41.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2041152300.110.500.10286.4369.767.65
HexCC73E6B320A11e4644
Octal3141633461362012436106104
Binary1100110011100111110011010111100100101010001111010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC73E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC73E6; }

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

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

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

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

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

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

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

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