Html Css Color HEX #CE59DC Medium Orchid

📋 copy color: '#CE59DC'

red 206 ◦ green 89 ◦ blue 220

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

Shades of Medium Orchid #CE59DC

Tints of Medium Orchid #CE59DC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.28%

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

R = 40%
G = 17.28%
B = 42.72%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE59DC (or 0xCE59DC) is known color: Medium Orchid. HEX triplet: CE, 59 and DC. RGB value is (206,89,220). Sum of RGB (Red+Green+Blue) = 206+89+220=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 89 (35.16% from 255 or 17.28% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE59DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE59DC is #31A623. Grayscale: #8A8A8A. Windows color (decimal): -3253796 or 14440910. OLE color: 14440910.

HSL color Cylindrical-coordinate representation of color #CE59DC: hue angle of 293.59º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE59DC is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 89 220 -
CMYK 0.06 0.60 0 0.14
HSL 293.59º 0.65% 0.61% -
HSV(B) 293.59º 0.6% 0.86% -
XYZ 41.94 25.43 70.41 -
YUV 138.92 173.76 175.85 -
System Red Green Blue C M Y K H S L
Decimal 206 89 220 0.06 0.60 0 0.14 293.59 0.65 0.61
Hex CE 59 DC 6 3C 0 E 126 41 3D
Octal 316 131 334 6 74 0 16 446 101 75
Binary 11001110 1011001 11011100 110 111100 0 1110 100100110 1000001 111101

Color Harmonies of #CE59DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE59DC

Black with #CE59DC

Text Example


Text Example

White with #CE59DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE59DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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