Html Css Color HEX #CE50DC Medium Orchid

📋 copy color: '#CE50DC'

red 206 ◦ green 80 ◦ blue 220

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

Shades of Medium Orchid #CE50DC

Tints of Medium Orchid #CE50DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.48%

R = 40.71%
G = 15.81%
B = 43.48%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE50DC (or 0xCE50DC) is known color: Medium Orchid. HEX triplet: CE, 50 and DC. RGB value is (206,80,220). Sum of RGB (Red+Green+Blue) = 206+80+220=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 80 (31.64% from 255 or 15.81% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE50DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE50DC is #31AF23. Grayscale: #858585. Windows color (decimal): -3256100 or 14438606. OLE color: 14438606.

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

Color convert

RGB 206 80 220 -
CMYK 0.06 0.64 0 0.14
HSL 294º 0.67% 0.59% -
HSV(B) 294º 0.64% 0.86% -
XYZ 41.24 24.03 70.17 -
YUV 133.63 176.74 179.62 -
System Red Green Blue C M Y K H S L
Decimal 206 80 220 0.06 0.64 0 0.14 294 0.67 0.59
Hex CE 50 DC 6 40 0 E 126 43 3B
Octal 316 120 334 6 100 0 16 446 103 73
Binary 11001110 1010000 11011100 110 1000000 0 1110 100100110 1000011 111011

Color Harmonies of #CE50DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE50DC

Black with #CE50DC

Text Example


Text Example

White with #CE50DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE50DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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