#ce83d6

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

Shades of Orchid #CE83D6

Tints of Orchid #CE83D6

Color information

#CE83D6 (or 0xCE83D6) is unknown color: approx Orchid. HEX triplet: CE, 83 and D6. RGB value is (206,131,214). Sum of RGB (Red+Green+Blue) = 206+131+214=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 214 (83.98% from 255 or 38.84% from 551); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE83D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE83D6 is #317C29. Grayscale: #A2A2A2. Windows color (decimal): -3243050 or 14058446. OLE color: 14058446.

HSL color Cylindrical-coordinate representation of color #CE83D6: hue angle of 294.22º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE83D6 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB206131214-
CMYK0.040.3900.16
HSL294.22º50.3%67.65%-
HSV(B)294.22º38.79%83.92%-
XYZ45.7134.2167.81-
YUV162.89156.85158.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.39%
GREEN value IS 131 (51.56% from 255) = 23.77%
BLUE value IS 214 (83.98% from 255) = 38.84%
R=37.39%
G=23.77%
B=38.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061312140.040.3900.16294.2250.367.65
HexCE83D64270101263244
Octal31620332644702044662104
Binary1100111010000011110101101001001110100001001001101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce83d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce83d6; }

 p { color: rgb(206,131,214); }

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

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

 a { background-color: rgb(206,131,214); }

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

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

 span { border-color: rgb(206,131,214); }

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