Html Css Color HEX #CE31DB Medium Orchid

📋 copy color: '#CE31DB'

red 206 ◦ green 49 ◦ blue 219

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

Shades of Medium Orchid #CE31DB

Tints of Medium Orchid #CE31DB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.34%

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

R = 43.46%
G = 10.34%
B = 46.2%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE31DB (or 0xCE31DB) is known color: Medium Orchid. HEX triplet: CE, 31 and DB. RGB value is (206,49,219). Sum of RGB (Red+Green+Blue) = 206+49+219=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 49 (19.53% from 255 or 10.34% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE31DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE31DB is #31CE24. Grayscale: #727272. Windows color (decimal): -3264037 or 14365134. OLE color: 14365134.

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

Color convert

RGB 206 49 219 -
CMYK 0.06 0.78 0 0.14
HSL 295.41º 0.7% 0.53% -
HSV(B) 295.41º 0.78% 0.86% -
XYZ 39.34 20.43 68.89 -
YUV 115.32 186.51 192.68 -
System Red Green Blue C M Y K H S L
Decimal 206 49 219 0.06 0.78 0 0.14 295.41 0.7 0.53
Hex CE 31 DB 6 4E 0 E 127 46 35
Octal 316 61 333 6 116 0 16 447 106 65
Binary 11001110 110001 11011011 110 1001110 0 1110 100100111 1000110 110101

Color Harmonies of #CE31DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE31DB

Black with #CE31DB

Text Example


Text Example

White with #CE31DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE31DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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