Html Css Color HEX #C537DD Medium Orchid

📋 copy color: '#C537DD'

red 197 ◦ green 55 ◦ blue 221

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

Shades of Medium Orchid #C537DD

Tints of Medium Orchid #C537DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.72%

R = 41.65%
G = 11.63%
B = 46.72%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C537DD (or 0xC537DD) is known color: Medium Orchid. HEX triplet: C5, 37 and DD. RGB value is (197,55,221). Sum of RGB (Red+Green+Blue) = 197+55+221=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 55 (21.88% from 255 or 11.63% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #C537DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C537DD is #3AC822. Grayscale: #737373. Windows color (decimal): -3852323 or 14497733. OLE color: 14497733.

HSL color Cylindrical-coordinate representation of color #C537DD: hue angle of 291.33º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C537DD is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 55 221 -
CMYK 0.11 0.75 0 0.13
HSL 291.33º 0.71% 0.54% -
HSV(B) 291.33º 0.75% 0.87% -
XYZ 37.44 19.82 70.26 -
YUV 116.38 187.04 185.5 -
System Red Green Blue C M Y K H S L
Decimal 197 55 221 0.11 0.75 0 0.13 291.33 0.71 0.54
Hex C5 37 DD B 4B 0 D 123 47 36
Octal 305 67 335 13 113 0 15 443 107 66
Binary 11000101 110111 11011101 1011 1001011 0 1101 100100011 1000111 110110

Color Harmonies of #C537DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C537DD

Black with #C537DD

Text Example


Text Example

White with #C537DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C537DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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