Html Css Color HEX #CE51E0 Medium Orchid

📋 copy color: '#CE51E0'

red 206 ◦ green 81 ◦ blue 224

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

Shades of Medium Orchid #CE51E0

Tints of Medium Orchid #CE51E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.84%

R = 40.31%
G = 15.85%
B = 43.84%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE51E0 (or 0xCE51E0) is known color: Medium Orchid. HEX triplet: CE, 51 and E0. RGB value is (206,81,224). Sum of RGB (Red+Green+Blue) = 206+81+224=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 81 (32.03% from 255 or 15.85% from 511); Blue value is 224 (87.89% from 255 or 43.84% from 511); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE51E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE51E0 is #31AE1F. Grayscale: #868686. Windows color (decimal): -3255840 or 14701006. OLE color: 14701006.

HSL color Cylindrical-coordinate representation of color #CE51E0: hue angle of 292.45º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE51E0 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 81 224 -
CMYK 0.08 0.64 0 0.12
HSL 292.45º 0.7% 0.6% -
HSV(B) 292.45º 0.64% 0.88% -
XYZ 41.85 24.39 73.02 -
YUV 134.68 178.41 178.87 -
System Red Green Blue C M Y K H S L
Decimal 206 81 224 0.08 0.64 0 0.12 292.45 0.7 0.6
Hex CE 51 E0 8 40 0 C 124 46 3C
Octal 316 121 340 10 100 0 14 444 106 74
Binary 11001110 1010001 11100000 1000 1000000 0 1100 100100100 1000110 111100

Color Harmonies of #CE51E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE51E0

Black with #CE51E0

Text Example


Text Example

White with #CE51E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE51E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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