#CE80CC

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

Shades of Orchid #CE80CC

Tints of Orchid #CE80CC

Color information

#CE80CC (or 0xCE80CC) is unknown color: approx Orchid. HEX triplet: CE, 80 and CC. RGB value is (206,128,204). Sum of RGB (Red+Green+Blue) = 206+128+204=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CE80CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE80CC is #317F33. Grayscale: #9F9F9F. Windows color (decimal): -3243828 or 13402318. OLE color: 13402318.

HSL color Cylindrical-coordinate representation of color #CE80CC: hue angle of 301.54º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE80CC is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB206128204-
CMYK00.380.010.19
HSL301.54º44.32%65.49%-
HSV(B)301.54º37.86%80.78%-
XYZ44.0732.9261.16-
YUV159.99152.84160.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.29%
GREEN value IS 128 (50.39% from 255) = 23.79%
BLUE value IS 204 (80.08% from 255) = 37.92%
R=38.29%
G=23.79%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612820400.380.010.19301.5444.3265.49
HexCE80CC02611312e2c41
Octal31620031404612345654101
Binary11001110100000001100110001001101100111001011101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE80CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE80CC; }

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

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

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

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

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

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

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

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