Html Css Color HEX #CE31DD Medium Orchid

📋 copy color: '#CE31DD'

red 206 ◦ green 49 ◦ blue 221

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

Shades of Medium Orchid #CE31DD

Tints of Medium Orchid #CE31DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.43%

R = 43.28%
G = 10.29%
B = 46.43%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE31DD (or 0xCE31DD) is known color: Medium Orchid. HEX triplet: CE, 31 and DD. RGB value is (206,49,221). Sum of RGB (Red+Green+Blue) = 206+49+221=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 49 (19.53% from 255 or 10.29% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE31DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE31DD is #31CE22. Grayscale: #737373. Windows color (decimal): -3264035 or 14496206. OLE color: 14496206.

HSL color Cylindrical-coordinate representation of color #CE31DD: hue angle of 294.77º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE31DD is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 49 221 -
CMYK 0.07 0.78 0 0.13
HSL 294.77º 0.72% 0.53% -
HSV(B) 294.77º 0.78% 0.87% -
XYZ 39.6 20.54 70.28 -
YUV 115.55 187.51 192.51 -
System Red Green Blue C M Y K H S L
Decimal 206 49 221 0.07 0.78 0 0.13 294.77 0.72 0.53
Hex CE 31 DD 7 4E 0 D 127 48 35
Octal 316 61 335 7 116 0 15 447 110 65
Binary 11001110 110001 11011101 111 1001110 0 1101 100100111 1001000 110101

Color Harmonies of #CE31DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE31DD

Black with #CE31DD

Text Example


Text Example

White with #CE31DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE31DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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