Html Css Color HEX #CE40DB Medium Orchid

📋 copy color: '#CE40DB'

red 206 ◦ green 64 ◦ blue 219

#CE40DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CE40DB

Tints of Medium Orchid #CE40DB

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 value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE40DB (or 0xCE40DB) is known color: 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

RGB 206 64 219 -
CMYK 0.06 0.71 0 0.14
HSL 294.97º 0.68% 0.55% -
HSV(B) 294.97º 0.71% 0.86% -
XYZ 40.07 21.9 69.13 -
YUV 124.13 181.54 186.4 -
System Red Green Blue C M Y K H S L
Decimal 206 64 219 0.06 0.71 0 0.14 294.97 0.68 0.55
Hex CE 40 DB 6 47 0 E 127 44 37
Octal 316 100 333 6 107 0 16 447 104 67
Binary 11001110 1000000 11011011 110 1000111 0 1110 100100111 1000100 110111

Color Harmonies of #CE40DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE40DB

Black with #CE40DB

Text Example


Text Example

White with #CE40DB

Text Example


Text Example

HTML Codes & Css Web 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>