#CE82E0

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

Shades of Orchid #CE82E0

Tints of Orchid #CE82E0

Color information

#CE82E0 (or 0xCE82E0) is unknown color: approx Orchid. HEX triplet: CE, 82 and E0. RGB value is (206,130,224). Sum of RGB (Red+Green+Blue) = 206+130+224=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 224 (87.89% from 255 or 40% from 560); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE82E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE82E0 is #317D1F. Grayscale: #A3A3A3. Windows color (decimal): -3243296 or 14713550. OLE color: 14713550.

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

Color convert

RGB206130224-
CMYK0.080.4200.12
HSL288.51º60.26%69.41%-
HSV(B)288.51º41.96%87.84%-
XYZ46.8934.4774.7-
YUV163.44162.18158.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.79%
GREEN value IS 130 (51.17% from 255) = 23.21%
BLUE value IS 224 (87.89% from 255) = 40%
R=36.79%
G=23.21%
B=40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2061302240.080.4200.12288.5160.2669.41
HexCE82E082A0C1213c45
Octal316202340105201444174105
Binary1100111010000010111000001000101010011001001000011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE82E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE82E0; }

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

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

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

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

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

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

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

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