#CE82DE

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

Shades of Orchid #CE82DE

Tints of Orchid #CE82DE

Color information

#CE82DE (or 0xCE82DE) is unknown color: approx Orchid. HEX triplet: CE, 82 and DE. RGB value is (206,130,222). Sum of RGB (Red+Green+Blue) = 206+130+222=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 130 (51.17% from 255 or 23.30% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE82DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE82DE is #317D21. Grayscale: #A2A2A2. Windows color (decimal): -3243298 or 14582478. OLE color: 14582478.

HSL color Cylindrical-coordinate representation of color #CE82DE: hue angle of 289.57º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE82DE is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206130222-
CMYK0.070.4100.13
HSL289.57º58.23%69.02%-
HSV(B)289.57º41.44%87.06%-
XYZ46.6234.3673.28-
YUV163.21161.18158.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.92%
GREEN value IS 130 (51.17% from 255) = 23.30%
BLUE value IS 222 (87.11% from 255) = 39.78%
R=36.92%
G=23.30%
B=39.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061302220.070.4100.13289.5758.2369.02
HexCE82DE7290D1223a45
Octal31620233675101544272105
Binary110011101000001011011110111101001011011001000101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE82DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE82DE; }

 p { color: rgb(206,130,222); }

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

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

 a { background-color: rgb(206,130,222); }

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

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

 span { border-color: rgb(206,130,222); }

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