#CE5AE7

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

Shades of Medium Orchid #CE5AE7

Tints of Medium Orchid #CE5AE7

Color information

#CE5AE7 (or 0xCE5AE7) is unknown color: approx Medium Orchid. HEX triplet: CE, 5A and E7. RGB value is (206,90,231). Sum of RGB (Red+Green+Blue) = 206+90+231=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 90 (35.55% from 255 or 17.08% from 527); Blue value is 231 (90.62% from 255 or 43.83% from 527); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE5AE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE5AE7 is #31A518. Grayscale: #8C8C8C. Windows color (decimal): -3253529 or 15162062. OLE color: 15162062.

HSL color Cylindrical-coordinate representation of color #CE5AE7: hue angle of 289.36º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE5AE7 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20690231-
CMYK0.110.6100.09
HSL289.36º74.6%62.94%-
HSV(B)289.36º61.04%90.59%-
XYZ43.5326.278.36-
YUV140.76178.93174.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.09%
GREEN value IS 90 (35.55% from 255) = 17.08%
BLUE value IS 231 (90.62% from 255) = 43.83%
R=39.09%
G=17.08%
B=43.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal206902310.110.6100.09289.3674.662.94
HexCE5AE7B3D091214b3f
Octal316132347137501144111377
Binary110011101011010111001111011111101010011001000011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5AE7; }

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

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

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

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

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

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

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

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