Html Css Color HEX #C537DB Medium Orchid

📋 copy color: '#C537DB'

red 197 ◦ green 55 ◦ blue 219

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

Shades of Medium Orchid #C537DB

Tints of Medium Orchid #C537DB

RGB

 RED value IS 197 (77.34% from 255) = 41.83%

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

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

R = 41.83%
G = 11.68%
B = 46.5%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C537DB (or 0xC537DB) is known color: Medium Orchid. HEX triplet: C5, 37 and DB. RGB value is (197,55,219). Sum of RGB (Red+Green+Blue) = 197+55+219=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 55 (21.88% from 255 or 11.68% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #C537DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C537DB is #3AC824. Grayscale: #737373. Windows color (decimal): -3852325 or 14366661. OLE color: 14366661.

HSL color Cylindrical-coordinate representation of color #C537DB: hue angle of 291.95º 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 #C537DB is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 55 219 -
CMYK 0.10 0.75 0 0.14
HSL 291.95º 0.69% 0.54% -
HSV(B) 291.95º 0.75% 0.86% -
XYZ 37.18 19.72 68.86 -
YUV 116.15 186.04 185.66 -
System Red Green Blue C M Y K H S L
Decimal 197 55 219 0.10 0.75 0 0.14 291.95 0.69 0.54
Hex C5 37 DB A 4B 0 E 124 45 36
Octal 305 67 333 12 113 0 16 444 105 66
Binary 11000101 110111 11011011 1010 1001011 0 1110 100100100 1000101 110110

Color Harmonies of #C537DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C537DB

Black with #C537DB

Text Example


Text Example

White with #C537DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C537DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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