#CE4AD5

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

Shades of Medium Orchid #CE4AD5

Tints of Medium Orchid #CE4AD5

Color information

#CE4AD5 (or 0xCE4AD5) is unknown color: approx Medium Orchid. HEX triplet: CE, 4A and D5. RGB value is (206,74,213). Sum of RGB (Red+Green+Blue) = 206+74+213=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 74 (29.30% from 255 or 15.01% from 493); Blue value is 213 (83.59% from 255 or 43.20% from 493); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE4AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4AD5 is #31B52A. Grayscale: #808080. Windows color (decimal): -3257643 or 13978318. OLE color: 13978318.

HSL color Cylindrical-coordinate representation of color #CE4AD5: hue angle of 296.98º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE4AD5 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20674213-
CMYK0.030.6500.16
HSL296.98º62.33%56.27%-
HSV(B)296.98º65.26%83.53%-
XYZ39.9122.8265.25-
YUV129.31175.23182.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.78%
GREEN value IS 74 (29.30% from 255) = 15.01%
BLUE value IS 213 (83.59% from 255) = 43.20%
R=41.78%
G=15.01%
B=43.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal206742130.030.6500.16296.9862.3356.27
HexCE4AD53410101293e38
Octal31611232531010204517670
Binary11001110100101011010101111000001010000100101001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4AD5; }

 p { color: rgb(206,74,213); }

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

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

 a { background-color: rgb(206,74,213); }

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

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

 span { border-color: rgb(206,74,213); }

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