#CE4CEC

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

Shades of Medium Orchid #CE4CEC

Tints of Medium Orchid #CE4CEC

Color information

#CE4CEC (or 0xCE4CEC) is unknown color: approx Medium Orchid. HEX triplet: CE, 4C and EC. RGB value is (206,76,236). Sum of RGB (Red+Green+Blue) = 206+76+236=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 76 (30.08% from 255 or 14.67% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE4CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4CEC is #31B313. Grayscale: #848484. Windows color (decimal): -3257108 or 15486158. OLE color: 15486158.

HSL color Cylindrical-coordinate representation of color #CE4CEC: hue angle of 288.75º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4CEC is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20676236-
CMYK0.130.6800.07
HSL288.75º80.81%61.18%-
HSV(B)288.75º67.8%92.55%-
XYZ43.1824.3581.78-
YUV133.11186.07179.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.77%
GREEN value IS 76 (30.08% from 255) = 14.67%
BLUE value IS 236 (92.58% from 255) = 45.56%
R=39.77%
G=14.67%
B=45.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal206762360.130.6800.07288.7580.8161.18
HexCE4CECD4407121513d
Octal316114354151040744112175
Binary110011101001100111011001101100010001111001000011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4CEC; }

 p { color: rgb(206,76,236); }

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

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

 a { background-color: rgb(206,76,236); }

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

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

 span { border-color: rgb(206,76,236); }

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