Html Css Color HEX #C531DD Medium Orchid

📋 copy color: '#C531DD'

red 197 ◦ green 49 ◦ blue 221

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

Shades of Medium Orchid #C531DD

Tints of Medium Orchid #C531DD

RGB

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

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

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

R = 42.18%
G = 10.49%
B = 47.32%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C531DD (or 0xC531DD) is known color: Medium Orchid. HEX triplet: C5, 31 and DD. RGB value is (197,49,221). Sum of RGB (Red+Green+Blue) = 197+49+221=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 49 (19.53% from 255 or 10.49% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #C531DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C531DD is #3ACE22. Grayscale: #707070. Windows color (decimal): -3853859 or 14496197. OLE color: 14496197.

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

Color convert

RGB 197 49 221 -
CMYK 0.11 0.78 0 0.13
HSL 291.63º 0.72% 0.53% -
HSV(B) 291.63º 0.78% 0.87% -
XYZ 37.18 19.29 70.17 -
YUV 112.86 189.03 188.01 -
System Red Green Blue C M Y K H S L
Decimal 197 49 221 0.11 0.78 0 0.13 291.63 0.72 0.53
Hex C5 31 DD B 4E 0 D 124 48 35
Octal 305 61 335 13 116 0 15 444 110 65
Binary 11000101 110001 11011101 1011 1001110 0 1101 100100100 1001000 110101

Color Harmonies of #C531DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C531DD

Black with #C531DD

Text Example


Text Example

White with #C531DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C531DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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