#CE76DC

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

Shades of Orchid #CE76DC

Tints of Orchid #CE76DC

Color information

#CE76DC (or 0xCE76DC) is unknown color: approx Orchid. HEX triplet: CE, 76 and DC. RGB value is (206,118,220). Sum of RGB (Red+Green+Blue) = 206+118+220=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 118 (46.48% from 255 or 21.69% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE76DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76DC is #318923. Grayscale: #9B9B9B. Windows color (decimal): -3246372 or 14448334. OLE color: 14448334.

HSL color Cylindrical-coordinate representation of color #CE76DC: hue angle of 291.76º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE76DC is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB206118220-
CMYK0.060.4600.14
HSL291.76º59.3%66.27%-
HSV(B)291.76º46.36%86.27%-
XYZ44.8531.2571.38-
YUV155.94164.15163.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.87%
GREEN value IS 118 (46.48% from 255) = 21.69%
BLUE value IS 220 (86.33% from 255) = 40.44%
R=37.87%
G=21.69%
B=40.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061182200.060.4600.14291.7659.366.27
HexCE76DC62E0E1243b42
Octal31616633465601644473102
Binary11001110111011011011100110101110011101001001001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE76DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE76DC; }

 p { color: rgb(206,118,220); }

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

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

 a { background-color: rgb(206,118,220); }

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

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

 span { border-color: rgb(206,118,220); }

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