Html Css Color HEX #C530E1 Medium Orchid

📋 copy color: '#C530E1'

red 197 ◦ green 48 ◦ blue 225

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

Shades of Medium Orchid #C530E1

Tints of Medium Orchid #C530E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.87%

R = 41.91%
G = 10.21%
B = 47.87%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C530E1 (or 0xC530E1) is known color: Medium Orchid. HEX triplet: C5, 30 and E1. RGB value is (197,48,225). Sum of RGB (Red+Green+Blue) = 197+48+225=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 48 (19.14% from 255 or 10.21% from 470); Blue value is 225 (88.28% from 255 or 47.87% from 470); Max value from RGB is 225 - color contains mainly: blue. Hex color #C530E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C530E1 is #3ACF1E. Grayscale: #707070. Windows color (decimal): -3854111 or 14758085. OLE color: 14758085.

HSL color Cylindrical-coordinate representation of color #C530E1: hue angle of 290.51º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C530E1 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 48 225 -
CMYK 0.12 0.79 0 0.12
HSL 290.51º 0.75% 0.54% -
HSV(B) 290.51º 0.79% 0.88% -
XYZ 37.67 19.42 73 -
YUV 112.73 191.36 188.11 -
System Red Green Blue C M Y K H S L
Decimal 197 48 225 0.12 0.79 0 0.12 290.51 0.75 0.54
Hex C5 30 E1 C 4F 0 C 123 4B 36
Octal 305 60 341 14 117 0 14 443 113 66
Binary 11000101 110000 11100001 1100 1001111 0 1100 100100011 1001011 110110

Color Harmonies of #C530E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C530E1

Black with #C530E1

Text Example


Text Example

White with #C530E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C530E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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