#CE39D9

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

Shades of Medium Orchid #CE39D9

Tints of Medium Orchid #CE39D9

Color information

#CE39D9 (or 0xCE39D9) is unknown color: approx Medium Orchid. HEX triplet: CE, 39 and D9. RGB value is (206,57,217). Sum of RGB (Red+Green+Blue) = 206+57+217=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 57 (22.66% from 255 or 11.88% from 480); Blue value is 217 (85.16% from 255 or 45.21% from 480); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE39D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE39D9 is #31C626. Grayscale: #777777. Windows color (decimal): -3261991 or 14236110. OLE color: 14236110.

HSL color Cylindrical-coordinate representation of color #CE39D9: hue angle of 295.88º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE39D9 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20657217-
CMYK0.050.7400.15
HSL295.88º67.8%53.73%-
HSV(B)295.88º73.73%85.1%-
XYZ39.4421.0667.63-
YUV119.79182.86189.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.92%
GREEN value IS 57 (22.66% from 255) = 11.88%
BLUE value IS 217 (85.16% from 255) = 45.21%
R=42.92%
G=11.88%
B=45.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal206572170.050.7400.15295.8867.853.73
HexCE39D954A0F1284436
Octal31671331511201745010466
Binary11001110111001110110011011001010011111001010001000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE39D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE39D9; }

 p { color: rgb(206,57,217); }

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

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

 a { background-color: rgb(206,57,217); }

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

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

 span { border-color: rgb(206,57,217); }

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