Html Css Color HEX #C531D3 Medium Orchid

📋 copy color: '#C531D3'

red 197 ◦ green 49 ◦ blue 211

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

Shades of Medium Orchid #C531D3

Tints of Medium Orchid #C531D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 46.17%

R = 43.11%
G = 10.72%
B = 46.17%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C531D3 (or 0xC531D3) is known color: Medium Orchid. HEX triplet: C5, 31 and D3. RGB value is (197,49,211). Sum of RGB (Red+Green+Blue) = 197+49+211=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 49 (19.53% from 255 or 10.72% from 457); Blue value is 211 (82.81% from 255 or 46.17% from 457); Max value from RGB is 211 - color contains mainly: blue. Hex color #C531D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C531D3 is #3ACE2C. Grayscale: #6F6F6F. Windows color (decimal): -3853869 or 13840837. OLE color: 13840837.

HSL color Cylindrical-coordinate representation of color #C531D3: hue angle of 294.81º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C531D3 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 197 49 211 -
CMYK 0.07 0.77 0 0.17
HSL 294.81º 0.65% 0.51% -
HSV(B) 294.81º 0.77% 0.83% -
XYZ 35.88 18.77 63.36 -
YUV 111.72 184.03 188.83 -
System Red Green Blue C M Y K H S L
Decimal 197 49 211 0.07 0.77 0 0.17 294.81 0.65 0.51
Hex C5 31 D3 7 4D 0 11 127 41 33
Octal 305 61 323 7 115 0 21 447 101 63
Binary 11000101 110001 11010011 111 1001101 0 10001 100100111 1000001 110011

Color Harmonies of #C531D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C531D3

Black with #C531D3

Text Example


Text Example

White with #C531D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C531D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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