#CE41D8

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

Shades of Medium Orchid #CE41D8

Tints of Medium Orchid #CE41D8

Color information

#CE41D8 (or 0xCE41D8) is unknown color: approx Medium Orchid. HEX triplet: CE, 41 and D8. RGB value is (206,65,216). Sum of RGB (Red+Green+Blue) = 206+65+216=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 216 (84.77% from 255 or 44.35% from 487); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE41D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE41D8 is #31BE27. Grayscale: #7B7B7B. Windows color (decimal): -3259944 or 14172622. OLE color: 14172622.

HSL color Cylindrical-coordinate representation of color #CE41D8: hue angle of 296.03º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE41D8 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20665216-
CMYK0.050.7000.15
HSL296.03º65.94%55.1%-
HSV(B)296.03º69.91%84.71%-
XYZ39.7421.8667.09-
YUV124.37179.71186.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.30%
GREEN value IS 65 (25.78% from 255) = 13.35%
BLUE value IS 216 (84.77% from 255) = 44.35%
R=42.30%
G=13.35%
B=44.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal206652160.050.7000.15296.0365.9455.1
HexCE41D85460F1284237
Octal316101330510601745010267
Binary110011101000001110110001011000110011111001010001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE41D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE41D8; }

 p { color: rgb(206,65,216); }

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

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

 a { background-color: rgb(206,65,216); }

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

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

 span { border-color: rgb(206,65,216); }

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