#CE83C7

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

Shades of Orchid #CE83C7

Tints of Orchid #CE83C7

Color information

#CE83C7 (or 0xCE83C7) is unknown color: approx Orchid. HEX triplet: CE, 83 and C7. RGB value is (206,131,199). Sum of RGB (Red+Green+Blue) = 206+131+199=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 131 (51.56% from 255 or 24.44% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 206 - color contains mainly: red. Hex color #CE83C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE83C7 is #317C38. Grayscale: #A0A0A0. Windows color (decimal): -3243065 or 13075406. OLE color: 13075406.

HSL color Cylindrical-coordinate representation of color #CE83C7: hue angle of 305.6º 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 #CE83C7 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB206131199-
CMYK00.360.030.19
HSL305.6º43.35%66.08%-
HSV(B)305.6º36.41%80.78%-
XYZ43.8833.4858.18-
YUV161.18149.35159.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.43%
GREEN value IS 131 (51.56% from 255) = 24.44%
BLUE value IS 199 (78.12% from 255) = 37.13%
R=38.43%
G=24.44%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613119900.360.030.19305.643.3566.08
HexCE83C70243131322b42
Octal31620330704432346253102
Binary110011101000001111000111010010011100111001100101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE83C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE83C7; }

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

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

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

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

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

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

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

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