#CE83C6

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

Shades of Orchid #CE83C6

Tints of Orchid #CE83C6

Color information

#CE83C6 (or 0xCE83C6) is unknown color: approx Orchid. HEX triplet: CE, 83 and C6. RGB value is (206,131,198). Sum of RGB (Red+Green+Blue) = 206+131+198=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 131 (51.56% from 255 or 24.49% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CE83C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE83C6 is #317C39. Grayscale: #A0A0A0. Windows color (decimal): -3243066 or 13009870. OLE color: 13009870.

HSL color Cylindrical-coordinate representation of color #CE83C6: hue angle of 306.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE83C6 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB206131198-
CMYK00.360.040.19
HSL306.4º43.35%66.08%-
HSV(B)306.4º36.41%80.78%-
XYZ43.7633.4357.57-
YUV161.06148.85160.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.50%
GREEN value IS 131 (51.56% from 255) = 24.49%
BLUE value IS 198 (77.73% from 255) = 37.01%
R=38.50%
G=24.49%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613119800.360.040.19306.443.3566.08
HexCE83C60244131322b42
Octal31620330604442346253102
Binary1100111010000011110001100100100100100111001100101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE83C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE83C6; }

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

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

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

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

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

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

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

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