Html Css Color HEX #C531D8 Medium Orchid

📋 copy color: '#C531D8'

red 197 ◦ green 49 ◦ blue 216

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

Shades of Medium Orchid #C531D8

Tints of Medium Orchid #C531D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.75%

R = 42.64%
G = 10.61%
B = 46.75%

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

#C531D8 (or 0xC531D8) is known color: Medium Orchid. HEX triplet: C5, 31 and D8. RGB value is (197,49,216). Sum of RGB (Red+Green+Blue) = 197+49+216=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 49 (19.53% from 255 or 10.61% from 462); Blue value is 216 (84.77% from 255 or 46.75% from 462); Max value from RGB is 216 - color contains mainly: blue. Hex color #C531D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C531D8 is #3ACE27. Grayscale: #6F6F6F. Windows color (decimal): -3853864 or 14168517. OLE color: 14168517.

HSL color Cylindrical-coordinate representation of color #C531D8: hue angle of 293.17º degrees, saturation: 0.68, 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 #C531D8 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 49 216 -
CMYK 0.09 0.77 0 0.15
HSL 293.17º 0.68% 0.52% -
HSV(B) 293.17º 0.77% 0.85% -
XYZ 36.52 19.02 66.71 -
YUV 112.29 186.53 188.42 -
System Red Green Blue C M Y K H S L
Decimal 197 49 216 0.09 0.77 0 0.15 293.17 0.68 0.52
Hex C5 31 D8 9 4D 0 F 125 44 34
Octal 305 61 330 11 115 0 17 445 104 64
Binary 11000101 110001 11011000 1001 1001101 0 1111 100100101 1000100 110100

Color Harmonies of #C531D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C531D8

Black with #C531D8

Text Example


Text Example

White with #C531D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C531D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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