Html Css Color HEX #C53AFD Medium Orchid

📋 copy color: '#C53AFD'

red 197 ◦ green 58 ◦ blue 253

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

Shades of Medium Orchid #C53AFD

Tints of Medium Orchid #C53AFD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.42%

 BLUE value IS 253 (99.22% from 255) = 49.8%

R = 38.78%
G = 11.42%
B = 49.8%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C53AFD (or 0xC53AFD) is known color: Medium Orchid. HEX triplet: C5, 3A and FD. RGB value is (197,58,253). Sum of RGB (Red+Green+Blue) = 197+58+253=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 58 (23.05% from 255 or 11.42% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #C53AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53AFD is #3AC502. Grayscale: #797979. Windows color (decimal): -3851523 or 16595653. OLE color: 16595653.

HSL color Cylindrical-coordinate representation of color #C53AFD: hue angle of 282.77º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C53AFD is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 58 253 -
CMYK 0.22 0.77 0 0.01
HSL 282.77º 0.98% 0.61% -
HSV(B) 282.77º 0.77% 0.99% -
XYZ 42.27 21.99 94.94 -
YUV 121.79 202.05 181.64 -
System Red Green Blue C M Y K H S L
Decimal 197 58 253 0.22 0.77 0 0.01 282.77 0.98 0.61
Hex C5 3A FD 16 4D 0 1 11B 62 3D
Octal 305 72 375 26 115 0 1 433 142 75
Binary 11000101 111010 11111101 10110 1001101 0 1 100011011 1100010 111101

Color Harmonies of #C53AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53AFD

Black with #C53AFD

Text Example


Text Example

White with #C53AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53AFD; }

 p { color: rgb(197,58,253); }

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

background-color css

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

 a { background-color: rgb(197,58,253); }

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

border-color css

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

 span { border-color: rgb(197,58,253); }

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