Html Css Color HEX #CE50DB Medium Orchid

📋 copy color: '#CE50DB'

red 206 ◦ green 80 ◦ blue 219

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

Shades of Medium Orchid #CE50DB

Tints of Medium Orchid #CE50DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.37%

R = 40.79%
G = 15.84%
B = 43.37%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE50DB (or 0xCE50DB) is known color: Medium Orchid. HEX triplet: CE, 50 and DB. RGB value is (206,80,219). Sum of RGB (Red+Green+Blue) = 206+80+219=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE50DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE50DB is #31AF24. Grayscale: #858585. Windows color (decimal): -3256101 or 14373070. OLE color: 14373070.

HSL color Cylindrical-coordinate representation of color #CE50DB: hue angle of 294.39º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE50DB is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 80 219 -
CMYK 0.06 0.63 0 0.14
HSL 294.39º 0.66% 0.59% -
HSV(B) 294.39º 0.63% 0.86% -
XYZ 41.11 23.97 69.48 -
YUV 133.52 176.24 179.7 -
System Red Green Blue C M Y K H S L
Decimal 206 80 219 0.06 0.63 0 0.14 294.39 0.66 0.59
Hex CE 50 DB 6 3F 0 E 126 42 3B
Octal 316 120 333 6 77 0 16 446 102 73
Binary 11001110 1010000 11011011 110 111111 0 1110 100100110 1000010 111011

Color Harmonies of #CE50DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE50DB

Black with #CE50DB

Text Example


Text Example

White with #CE50DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE50DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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