Html Css Color HEX #C531D4 Medium Orchid

📋 copy color: '#C531D4'

red 197 ◦ green 49 ◦ blue 212

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

Shades of Medium Orchid #C531D4

Tints of Medium Orchid #C531D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 46.29%

R = 43.01%
G = 10.7%
B = 46.29%

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

#C531D4 (or 0xC531D4) is known color: Medium Orchid. HEX triplet: C5, 31 and D4. RGB value is (197,49,212). Sum of RGB (Red+Green+Blue) = 197+49+212=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 49 (19.53% from 255 or 10.70% from 458); Blue value is 212 (83.20% from 255 or 46.29% from 458); Max value from RGB is 212 - color contains mainly: blue. Hex color #C531D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C531D4 is #3ACE2B. Grayscale: #6F6F6F. Windows color (decimal): -3853868 or 13906373. OLE color: 13906373.

HSL color Cylindrical-coordinate representation of color #C531D4: hue angle of 294.48º 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 #C531D4 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 197 49 212 -
CMYK 0.07 0.77 0 0.17
HSL 294.48º 0.65% 0.51% -
HSV(B) 294.48º 0.77% 0.83% -
XYZ 36.01 18.82 64.02 -
YUV 111.83 184.53 188.75 -
System Red Green Blue C M Y K H S L
Decimal 197 49 212 0.07 0.77 0 0.17 294.48 0.65 0.51
Hex C5 31 D4 7 4D 0 11 126 41 33
Octal 305 61 324 7 115 0 21 446 101 63
Binary 11000101 110001 11010100 111 1001101 0 10001 100100110 1000001 110011

Color Harmonies of #C531D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C531D4

Black with #C531D4

Text Example


Text Example

White with #C531D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C531D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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