Html Css Color HEX #C059DB Medium Orchid

📋 copy color: '#C059DB'

red 192 ◦ green 89 ◦ blue 219

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

Shades of Medium Orchid #C059DB

Tints of Medium Orchid #C059DB

RGB

 RED value IS 192 (75.39% from 255) = 38.4%

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

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

R = 38.4%
G = 17.8%
B = 43.8%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C059DB (or 0xC059DB) is known color: Medium Orchid. HEX triplet: C0, 59 and DB. RGB value is (192,89,219). Sum of RGB (Red+Green+Blue) = 192+89+219=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #C059DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C059DB is #3FA624. Grayscale: #868686. Windows color (decimal): -4171301 or 14375360. OLE color: 14375360.

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

Color convert

RGB 192 89 219 -
CMYK 0.12 0.59 0 0.14
HSL 287.54º 0.64% 0.6% -
HSV(B) 287.54º 0.59% 0.86% -
XYZ 38.1 23.47 69.54 -
YUV 134.62 175.62 168.93 -
System Red Green Blue C M Y K H S L
Decimal 192 89 219 0.12 0.59 0 0.14 287.54 0.64 0.6
Hex C0 59 DB C 3B 0 E 120 40 3C
Octal 300 131 333 14 73 0 16 440 100 74
Binary 11000000 1011001 11011011 1100 111011 0 1110 100100000 1000000 111100

Color Harmonies of #C059DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C059DB

Black with #C059DB

Text Example


Text Example

White with #C059DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C059DB; }

 p { color: rgb(192,89,219); }

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

background-color css

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

 a { background-color: rgb(192,89,219); }

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

border-color css

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

 span { border-color: rgb(192,89,219); }

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