Html Css Color HEX #CE51DD Medium Orchid

📋 copy color: '#CE51DD'

red 206 ◦ green 81 ◦ blue 221

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

Shades of Medium Orchid #CE51DD

Tints of Medium Orchid #CE51DD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.94%

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

R = 40.55%
G = 15.94%
B = 43.5%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE51DD (or 0xCE51DD) is known color: Medium Orchid. HEX triplet: CE, 51 and DD. RGB value is (206,81,221). Sum of RGB (Red+Green+Blue) = 206+81+221=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 81 (32.03% from 255 or 15.94% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE51DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE51DD is #31AE22. Grayscale: #858585. Windows color (decimal): -3255843 or 14504398. OLE color: 14504398.

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

Color convert

RGB 206 81 221 -
CMYK 0.07 0.63 0 0.13
HSL 293.57º 0.67% 0.59% -
HSV(B) 293.57º 0.63% 0.87% -
XYZ 41.45 24.23 70.9 -
YUV 134.34 176.91 179.12 -
System Red Green Blue C M Y K H S L
Decimal 206 81 221 0.07 0.63 0 0.13 293.57 0.67 0.59
Hex CE 51 DD 7 3F 0 D 126 43 3B
Octal 316 121 335 7 77 0 15 446 103 73
Binary 11001110 1010001 11011101 111 111111 0 1101 100100110 1000011 111011

Color Harmonies of #CE51DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE51DD

Black with #CE51DD

Text Example


Text Example

White with #CE51DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE51DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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