#CE5AD6

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

Shades of Medium Orchid #CE5AD6

Tints of Medium Orchid #CE5AD6

Color information

#CE5AD6 (or 0xCE5AD6) is unknown color: approx Medium Orchid. HEX triplet: CE, 5A and D6. RGB value is (206,90,214). Sum of RGB (Red+Green+Blue) = 206+90+214=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 90 (35.55% from 255 or 17.65% from 510); Blue value is 214 (83.98% from 255 or 41.96% from 510); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE5AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5AD6 is #31A529. Grayscale: #8A8A8A. Windows color (decimal): -3253546 or 14047950. OLE color: 14047950.

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

Color convert

RGB20690214-
CMYK0.040.5800.16
HSL296.13º60.19%59.61%-
HSV(B)296.13º57.94%83.92%-
XYZ41.2525.2966.33-
YUV138.82170.43175.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.39%
GREEN value IS 90 (35.55% from 255) = 17.65%
BLUE value IS 214 (83.98% from 255) = 41.96%
R=40.39%
G=17.65%
B=41.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal206902140.040.5800.16296.1360.1959.61
HexCE5AD643A0101283c3c
Octal3161323264720204507474
Binary11001110101101011010110100111010010000100101000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5AD6; }

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

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

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

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

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

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

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

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