Html Css Color HEX #CE51D5 Medium Orchid

📋 copy color: '#CE51D5'

red 206 ◦ green 81 ◦ blue 213

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

Shades of Medium Orchid #CE51D5

Tints of Medium Orchid #CE51D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.6%

R = 41.2%
G = 16.2%
B = 42.6%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE51D5 (or 0xCE51D5) is known color: Medium Orchid. HEX triplet: CE, 51 and D5. RGB value is (206,81,213). Sum of RGB (Red+Green+Blue) = 206+81+213=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 81 (32.03% from 255 or 16.2% from 500); Blue value is 213 (83.59% from 255 or 42.6% from 500); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE51D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE51D5 is #31AE2A. Grayscale: #858585. Windows color (decimal): -3255851 or 13980110. OLE color: 13980110.

HSL color Cylindrical-coordinate representation of color #CE51D5: hue angle of 296.82º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE51D5 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 81 213 -
CMYK 0.03 0.62 0 0.16
HSL 296.82º 0.61% 0.58% -
HSV(B) 296.82º 0.62% 0.84% -
XYZ 40.41 23.81 65.42 -
YUV 133.42 172.91 179.77 -
System Red Green Blue C M Y K H S L
Decimal 206 81 213 0.03 0.62 0 0.16 296.82 0.61 0.58
Hex CE 51 D5 3 3E 0 10 129 3D 3A
Octal 316 121 325 3 76 0 20 451 75 72
Binary 11001110 1010001 11010101 11 111110 0 10000 100101001 111101 111010

Color Harmonies of #CE51D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE51D5

Black with #CE51D5

Text Example


Text Example

White with #CE51D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE51D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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