#CE4CDD

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

Shades of Medium Orchid #CE4CDD

Tints of Medium Orchid #CE4CDD

Color information

#CE4CDD (or 0xCE4CDD) is unknown color: approx Medium Orchid. HEX triplet: CE, 4C and DD. RGB value is (206,76,221). Sum of RGB (Red+Green+Blue) = 206+76+221=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 76 (30.08% from 255 or 15.11% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE4CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4CDD is #31B322. Grayscale: #828282. Windows color (decimal): -3257123 or 14503118. OLE color: 14503118.

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

Color convert

RGB20676221-
CMYK0.070.6600.13
HSL293.79º68.08%58.24%-
HSV(B)293.79º65.61%86.67%-
XYZ41.0923.5170.78-
YUV131.4178.57181.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.95%
GREEN value IS 76 (30.08% from 255) = 15.11%
BLUE value IS 221 (86.72% from 255) = 43.94%
R=40.95%
G=15.11%
B=43.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal206762210.070.6600.13293.7968.0858.24
HexCE4CDD7420D126443a
Octal316114335710201544610472
Binary110011101001100110111011111000010011011001001101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4CDD; }

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

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

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

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

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

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

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

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