Html Css Color HEX #C531D9 Medium Orchid

📋 copy color: '#C531D9'

red 197 ◦ green 49 ◦ blue 217

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

Shades of Medium Orchid #C531D9

Tints of Medium Orchid #C531D9

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.58%

 BLUE value IS 217 (85.16% from 255) = 46.87%

R = 42.55%
G = 10.58%
B = 46.87%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C531D9 (or 0xC531D9) is known color: Medium Orchid. HEX triplet: C5, 31 and D9. RGB value is (197,49,217). Sum of RGB (Red+Green+Blue) = 197+49+217=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 217 (85.16% from 255 or 46.87% from 463); Max value from RGB is 217 - color contains mainly: blue. Hex color #C531D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C531D9 is #3ACE26. Grayscale: #6F6F6F. Windows color (decimal): -3853863 or 14234053. OLE color: 14234053.

HSL color Cylindrical-coordinate representation of color #C531D9: hue angle of 292.86º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C531D9 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 49 217 -
CMYK 0.09 0.77 0 0.15
HSL 292.86º 0.69% 0.52% -
HSV(B) 292.86º 0.77% 0.85% -
XYZ 36.65 19.08 67.4 -
YUV 112.4 187.03 188.34 -
System Red Green Blue C M Y K H S L
Decimal 197 49 217 0.09 0.77 0 0.15 292.86 0.69 0.52
Hex C5 31 D9 9 4D 0 F 125 45 34
Octal 305 61 331 11 115 0 17 445 105 64
Binary 11000101 110001 11011001 1001 1001101 0 1111 100100101 1000101 110100

Color Harmonies of #C531D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C531D9

Black with #C531D9

Text Example


Text Example

White with #C531D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C531D9; }

 p { color: rgb(197,49,217); }

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

background-color css

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

 a { background-color: rgb(197,49,217); }

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

border-color css

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

 span { border-color: rgb(197,49,217); }

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