Html Css Color HEX #CE31DC Medium Orchid

📋 copy color: '#CE31DC'

red 206 ◦ green 49 ◦ blue 220

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

Shades of Medium Orchid #CE31DC

Tints of Medium Orchid #CE31DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.32%

R = 43.37%
G = 10.32%
B = 46.32%

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

#CE31DC (or 0xCE31DC) is known color: Medium Orchid. HEX triplet: CE, 31 and DC. RGB value is (206,49,220). Sum of RGB (Red+Green+Blue) = 206+49+220=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 49 (19.53% from 255 or 10.32% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE31DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE31DC is #31CE23. Grayscale: #727272. Windows color (decimal): -3264036 or 14430670. OLE color: 14430670.

HSL color Cylindrical-coordinate representation of color #CE31DC: hue angle of 295.09º degrees, saturation: 0.71, 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 #CE31DC is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 49 220 -
CMYK 0.06 0.78 0 0.14
HSL 295.09º 0.71% 0.53% -
HSV(B) 295.09º 0.78% 0.86% -
XYZ 39.47 20.49 69.58 -
YUV 115.44 187.01 192.6 -
System Red Green Blue C M Y K H S L
Decimal 206 49 220 0.06 0.78 0 0.14 295.09 0.71 0.53
Hex CE 31 DC 6 4E 0 E 127 47 35
Octal 316 61 334 6 116 0 16 447 107 65
Binary 11001110 110001 11011100 110 1001110 0 1110 100100111 1000111 110101

Color Harmonies of #CE31DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE31DC

Black with #CE31DC

Text Example


Text Example

White with #CE31DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE31DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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