Html Css Color HEX #C530DF Medium Orchid

📋 copy color: '#C530DF'

red 197 ◦ green 48 ◦ blue 223

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

Shades of Medium Orchid #C530DF

Tints of Medium Orchid #C530DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.65%

R = 42.09%
G = 10.26%
B = 47.65%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C530DF (or 0xC530DF) is known color: Medium Orchid. HEX triplet: C5, 30 and DF. RGB value is (197,48,223). Sum of RGB (Red+Green+Blue) = 197+48+223=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 48 (19.14% from 255 or 10.26% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #C530DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C530DF is #3ACF20. Grayscale: #6F6F6F. Windows color (decimal): -3854113 or 14627013. OLE color: 14627013.

HSL color Cylindrical-coordinate representation of color #C530DF: hue angle of 291.09º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C530DF is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 48 223 -
CMYK 0.12 0.78 0 0.13
HSL 291.09º 0.73% 0.53% -
HSV(B) 291.09º 0.78% 0.87% -
XYZ 37.4 19.31 71.57 -
YUV 112.5 190.36 188.27 -
System Red Green Blue C M Y K H S L
Decimal 197 48 223 0.12 0.78 0 0.13 291.09 0.73 0.53
Hex C5 30 DF C 4E 0 D 123 49 35
Octal 305 60 337 14 116 0 15 443 111 65
Binary 11000101 110000 11011111 1100 1001110 0 1101 100100011 1001001 110101

Color Harmonies of #C530DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C530DF

Black with #C530DF

Text Example


Text Example

White with #C530DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C530DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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