Html Css Color HEX #C530E0 Medium Orchid

📋 copy color: '#C530E0'

red 197 ◦ green 48 ◦ blue 224

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

Shades of Medium Orchid #C530E0

Tints of Medium Orchid #C530E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.76%

R = 42%
G = 10.23%
B = 47.76%

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

#C530E0 (or 0xC530E0) is known color: Medium Orchid. HEX triplet: C5, 30 and E0. RGB value is (197,48,224). Sum of RGB (Red+Green+Blue) = 197+48+224=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 48 (19.14% from 255 or 10.23% from 469); Blue value is 224 (87.89% from 255 or 47.76% from 469); Max value from RGB is 224 - color contains mainly: blue. Hex color #C530E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C530E0 is #3ACF1F. Grayscale: #707070. Windows color (decimal): -3854112 or 14692549. OLE color: 14692549.

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

Color convert

RGB 197 48 224 -
CMYK 0.12 0.79 0 0.12
HSL 290.8º 0.74% 0.53% -
HSV(B) 290.8º 0.79% 0.88% -
XYZ 37.54 19.37 72.28 -
YUV 112.62 190.86 188.19 -
System Red Green Blue C M Y K H S L
Decimal 197 48 224 0.12 0.79 0 0.12 290.8 0.74 0.53
Hex C5 30 E0 C 4F 0 C 123 4A 35
Octal 305 60 340 14 117 0 14 443 112 65
Binary 11000101 110000 11100000 1100 1001111 0 1100 100100011 1001010 110101

Color Harmonies of #C530E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C530E0

Black with #C530E0

Text Example


Text Example

White with #C530E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C530E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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