Html Css Color HEX #C530D5 Medium Orchid

📋 copy color: '#C530D5'

red 197 ◦ green 48 ◦ blue 213

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

Shades of Medium Orchid #C530D5

Tints of Medium Orchid #C530D5

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.48%

 BLUE value IS 213 (83.59% from 255) = 46.51%

R = 43.01%
G = 10.48%
B = 46.51%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C530D5 (or 0xC530D5) is known color: Medium Orchid. HEX triplet: C5, 30 and D5. RGB value is (197,48,213). Sum of RGB (Red+Green+Blue) = 197+48+213=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 213 (83.59% from 255 or 46.51% from 458); Max value from RGB is 213 - color contains mainly: blue. Hex color #C530D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C530D5 is #3ACF2A. Grayscale: #6E6E6E. Windows color (decimal): -3854123 or 13971653. OLE color: 13971653.

HSL color Cylindrical-coordinate representation of color #C530D5: hue angle of 294.18º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C530D5 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 48 213 -
CMYK 0.08 0.77 0 0.16
HSL 294.18º 0.66% 0.51% -
HSV(B) 294.18º 0.77% 0.84% -
XYZ 36.09 18.79 64.67 -
YUV 111.36 185.36 189.08 -
System Red Green Blue C M Y K H S L
Decimal 197 48 213 0.08 0.77 0 0.16 294.18 0.66 0.51
Hex C5 30 D5 8 4D 0 10 126 42 33
Octal 305 60 325 10 115 0 20 446 102 63
Binary 11000101 110000 11010101 1000 1001101 0 10000 100100110 1000010 110011

Color Harmonies of #C530D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C530D5

Black with #C530D5

Text Example


Text Example

White with #C530D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C530D5; }

 p { color: rgb(197,48,213); }

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

background-color css

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

 a { background-color: rgb(197,48,213); }

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

border-color css

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

 span { border-color: rgb(197,48,213); }

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