Html Css Color HEX #C53FD0 Medium Orchid

📋 copy color: '#C53FD0'

red 197 ◦ green 63 ◦ blue 208

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

Shades of Medium Orchid #C53FD0

Tints of Medium Orchid #C53FD0

RGB

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

 GREEN value IS 63 (25% from 255) = 13.46%

 BLUE value IS 208 (81.64% from 255) = 44.44%

R = 42.09%
G = 13.46%
B = 44.44%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C53FD0 (or 0xC53FD0) is known color: Medium Orchid. HEX triplet: C5, 3F and D0. RGB value is (197,63,208). Sum of RGB (Red+Green+Blue) = 197+63+208=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 63 (25% from 255 or 13.46% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 208 - color contains mainly: blue. Hex color #C53FD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53FD0 is #3AC02F. Grayscale: #777777. Windows color (decimal): -3850288 or 13647813. OLE color: 13647813.

HSL color Cylindrical-coordinate representation of color #C53FD0: hue angle of 295.45º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53FD0 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 63 208 -
CMYK 0.05 0.70 0 0.18
HSL 295.45º 0.61% 0.53% -
HSV(B) 295.45º 0.7% 0.82% -
XYZ 36.19 19.98 61.62 -
YUV 119.6 177.89 183.21 -
System Red Green Blue C M Y K H S L
Decimal 197 63 208 0.05 0.70 0 0.18 295.45 0.61 0.53
Hex C5 3F D0 5 46 0 12 127 3D 35
Octal 305 77 320 5 106 0 22 447 75 65
Binary 11000101 111111 11010000 101 1000110 0 10010 100100111 111101 110101

Color Harmonies of #C53FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53FD0

Black with #C53FD0

Text Example


Text Example

White with #C53FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53FD0; }

 p { color: rgb(197,63,208); }

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

background-color css

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

 a { background-color: rgb(197,63,208); }

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

border-color css

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

 span { border-color: rgb(197,63,208); }

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