Html Css Color HEX #CE41DB Medium Orchid

📋 copy color: '#CE41DB'

red 206 ◦ green 65 ◦ blue 219

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

Shades of Medium Orchid #CE41DB

Tints of Medium Orchid #CE41DB

RGB

 RED value IS 206 (80.86% from 255) = 42.04%

 GREEN value IS 65 (25.78% from 255) = 13.27%

 BLUE value IS 219 (85.94% from 255) = 44.69%

R = 42.04%
G = 13.27%
B = 44.69%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE41DB (or 0xCE41DB) is known color: Medium Orchid. HEX triplet: CE, 41 and DB. RGB value is (206,65,219). Sum of RGB (Red+Green+Blue) = 206+65+219=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 65 (25.78% from 255 or 13.27% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE41DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE41DB is #31BE24. Grayscale: #7C7C7C. Windows color (decimal): -3259941 or 14369230. OLE color: 14369230.

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

Color convert

RGB 206 65 219 -
CMYK 0.06 0.70 0 0.14
HSL 294.94º 0.68% 0.56% -
HSV(B) 294.94º 0.7% 0.86% -
XYZ 40.13 22.02 69.15 -
YUV 124.72 181.21 185.98 -
System Red Green Blue C M Y K H S L
Decimal 206 65 219 0.06 0.70 0 0.14 294.94 0.68 0.56
Hex CE 41 DB 6 46 0 E 127 44 38
Octal 316 101 333 6 106 0 16 447 104 70
Binary 11001110 1000001 11011011 110 1000110 0 1110 100100111 1000100 111000

Color Harmonies of #CE41DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE41DB

Black with #CE41DB

Text Example


Text Example

White with #CE41DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE41DB; }

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

 H1.HeaderClassName
 {
   color: #CE41DB;
 }
 .AnyTagClassName
 {
   color: #CE41DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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