#CE82DD

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

Shades of Orchid #CE82DD

Tints of Orchid #CE82DD

Color information

#CE82DD (or 0xCE82DD) is unknown color: approx Orchid. HEX triplet: CE, 82 and DD. RGB value is (206,130,221). Sum of RGB (Red+Green+Blue) = 206+130+221=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 130 (51.17% from 255 or 23.34% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE82DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE82DD is #317D22. Grayscale: #A2A2A2. Windows color (decimal): -3243299 or 14516942. OLE color: 14516942.

HSL color Cylindrical-coordinate representation of color #CE82DD: hue angle of 290.11º degrees, saturation: 0.57, 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 #CE82DD is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206130221-
CMYK0.070.4100.13
HSL290.11º57.23%68.82%-
HSV(B)290.11º41.18%86.67%-
XYZ46.4934.3172.58-
YUV163.1160.68158.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.98%
GREEN value IS 130 (51.17% from 255) = 23.34%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=36.98%
G=23.34%
B=39.68%

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
Decimal2061302210.070.4100.13290.1157.2368.82
HexCE82DD7290D1223945
Octal31620233575101544271105
Binary110011101000001011011101111101001011011001000101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE82DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE82DD; }

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

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

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

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

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

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

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

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