Html Css Color HEX #CE50DE Medium Orchid

📋 copy color: '#CE50DE'

red 206 ◦ green 80 ◦ blue 222

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

Shades of Medium Orchid #CE50DE

Tints of Medium Orchid #CE50DE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.75%

 BLUE value IS 222 (87.11% from 255) = 43.7%

R = 40.55%
G = 15.75%
B = 43.7%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE50DE (or 0xCE50DE) is known color: Medium Orchid. HEX triplet: CE, 50 and DE. RGB value is (206,80,222). Sum of RGB (Red+Green+Blue) = 206+80+222=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 80 (31.64% from 255 or 15.75% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE50DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE50DE is #31AF21. Grayscale: #858585. Windows color (decimal): -3256098 or 14569678. OLE color: 14569678.

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

Color convert

RGB 206 80 222 -
CMYK 0.07 0.64 0 0.13
HSL 293.24º 0.68% 0.59% -
HSV(B) 293.24º 0.64% 0.87% -
XYZ 41.51 24.13 71.58 -
YUV 133.86 177.74 179.45 -
System Red Green Blue C M Y K H S L
Decimal 206 80 222 0.07 0.64 0 0.13 293.24 0.68 0.59
Hex CE 50 DE 7 40 0 D 125 44 3B
Octal 316 120 336 7 100 0 15 445 104 73
Binary 11001110 1010000 11011110 111 1000000 0 1101 100100101 1000100 111011

Color Harmonies of #CE50DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE50DE

Black with #CE50DE

Text Example


Text Example

White with #CE50DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE50DE; }

 p { color: rgb(206,80,222); }

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

background-color css

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

 a { background-color: rgb(206,80,222); }

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

border-color css

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

 span { border-color: rgb(206,80,222); }

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