#CC80E0

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

Shades of Orchid #CC80E0

Tints of Orchid #CC80E0

Color information

#CC80E0 (or 0xCC80E0) is unknown color: approx Orchid. HEX triplet: CC, 80 and E0. RGB value is (204,128,224). Sum of RGB (Red+Green+Blue) = 204+128+224=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC80E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC80E0 is #337F1F. Grayscale: #A1A1A1. Windows color (decimal): -3374880 or 14713036. OLE color: 14713036.

HSL color Cylindrical-coordinate representation of color #CC80E0: hue angle of 287.5º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC80E0 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204128224-
CMYK0.090.4300.12
HSL287.5º60.76%69.02%-
HSV(B)287.5º42.86%87.84%-
XYZ46.0833.6674.59-
YUV161.67163.18158.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.69%
GREEN value IS 128 (50.39% from 255) = 23.02%
BLUE value IS 224 (87.89% from 255) = 40.29%
R=36.69%
G=23.02%
B=40.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2041282240.090.4300.12287.560.7669.02
HexCC80E092B0C1203d45
Octal314200340115301444075105
Binary1100110010000000111000001001101011011001001000001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC80E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC80E0; }

 p { color: rgb(204,128,224); }

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

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

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

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

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

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

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