#CE60E5

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

Shades of Medium Orchid #CE60E5

Tints of Medium Orchid #CE60E5

Color information

#CE60E5 (or 0xCE60E5) is unknown color: approx Medium Orchid. HEX triplet: CE, 60 and E5. RGB value is (206,96,229). Sum of RGB (Red+Green+Blue) = 206+96+229=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 229 (89.84% from 255 or 43.13% from 531); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE60E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE60E5 is #319F1A. Grayscale: #8F8F8F. Windows color (decimal): -3251995 or 15032526. OLE color: 15032526.

HSL color Cylindrical-coordinate representation of color #CE60E5: hue angle of 289.62º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE60E5 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20696229-
CMYK0.100.5800.10
HSL289.62º71.89%63.73%-
HSV(B)289.62º58.08%89.8%-
XYZ43.7827.1477.06-
YUV144.05175.94172.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.79%
GREEN value IS 96 (37.89% from 255) = 18.08%
BLUE value IS 229 (89.84% from 255) = 43.13%
R=38.79%
G=18.08%
B=43.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal206962290.100.5800.10289.6271.8963.73
HexCE60E5A3A0A1224840
Octal3161403451272012442110100
Binary1100111011000001110010110101110100101010010001010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE60E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE60E5; }

 p { color: rgb(206,96,229); }

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

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

 a { background-color: rgb(206,96,229); }

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

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

 span { border-color: rgb(206,96,229); }

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