#CE55E7

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

Shades of Medium Orchid #CE55E7

Tints of Medium Orchid #CE55E7

Color information

#CE55E7 (or 0xCE55E7) is unknown color: approx Medium Orchid. HEX triplet: CE, 55 and E7. RGB value is (206,85,231). Sum of RGB (Red+Green+Blue) = 206+85+231=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 85 (33.59% from 255 or 16.28% from 522); Blue value is 231 (90.62% from 255 or 44.25% from 522); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE55E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE55E7 is #31AA18. Grayscale: #898989. Windows color (decimal): -3254809 or 15160782. OLE color: 15160782.

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

Color convert

RGB20685231-
CMYK0.110.6300.09
HSL289.73º75.26%61.96%-
HSV(B)289.73º63.2%90.59%-
XYZ43.1325.3978.23-
YUV137.82180.59176.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.46%
GREEN value IS 85 (33.59% from 255) = 16.28%
BLUE value IS 231 (90.62% from 255) = 44.25%
R=39.46%
G=16.28%
B=44.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal206852310.110.6300.09289.7375.2661.96
HexCE55E7B3F091224b3e
Octal316125347137701144211376
Binary110011101010101111001111011111111010011001000101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE55E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE55E7; }

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

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

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

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

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

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

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

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