#CE40DB

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

Shades of Medium Orchid #CE40DB

Tints of Medium Orchid #CE40DB

Color information

#CE40DB (or 0xCE40DB) is unknown color: approx Medium Orchid. HEX triplet: CE, 40 and DB. RGB value is (206,64,219). Sum of RGB (Red+Green+Blue) = 206+64+219=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 64 (25.39% from 255 or 13.09% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE40DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE40DB is #31BF24. Grayscale: #7B7B7B. Windows color (decimal): -3260197 or 14368974. OLE color: 14368974.

HSL color Cylindrical-coordinate representation of color #CE40DB: hue angle of 294.97º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE40DB is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20664219-
CMYK0.060.7100.14
HSL294.97º68.28%55.49%-
HSV(B)294.97º70.78%85.88%-
XYZ40.0721.969.13-
YUV124.13181.54186.4-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.13%
GREEN value IS 64 (25.39% from 255) = 13.09%
BLUE value IS 219 (85.94% from 255) = 44.79%
R=42.13%
G=13.09%
B=44.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal206642190.060.7100.14294.9768.2855.49
HexCE40DB6470E1274437
Octal316100333610701644710467
Binary110011101000000110110111101000111011101001001111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE40DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE40DB; }

 p { color: rgb(206,64,219); }

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

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

 a { background-color: rgb(206,64,219); }

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

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

 span { border-color: rgb(206,64,219); }

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