Html Css Color HEX #C037DB Medium Orchid

📋 copy color: '#C037DB'

red 192 ◦ green 55 ◦ blue 219

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

Shades of Medium Orchid #C037DB

Tints of Medium Orchid #C037DB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.8%

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

R = 41.2%
G = 11.8%
B = 47%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C037DB (or 0xC037DB) is known color: Medium Orchid. HEX triplet: C0, 37 and DB. RGB value is (192,55,219). Sum of RGB (Red+Green+Blue) = 192+55+219=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 55 (21.88% from 255 or 11.80% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #C037DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C037DB is #3FC824. Grayscale: #727272. Windows color (decimal): -4180005 or 14366656. OLE color: 14366656.

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

Color convert

RGB 192 55 219 -
CMYK 0.12 0.75 0 0.14
HSL 290.12º 0.69% 0.54% -
HSV(B) 290.12º 0.75% 0.86% -
XYZ 35.89 19.05 68.8 -
YUV 114.66 186.89 183.16 -
System Red Green Blue C M Y K H S L
Decimal 192 55 219 0.12 0.75 0 0.14 290.12 0.69 0.54
Hex C0 37 DB C 4B 0 E 122 45 36
Octal 300 67 333 14 113 0 16 442 105 66
Binary 11000000 110111 11011011 1100 1001011 0 1110 100100010 1000101 110110

Color Harmonies of #C037DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C037DB

Black with #C037DB

Text Example


Text Example

White with #C037DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C037DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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