Html Css Color HEX #C53EFD Medium Orchid

📋 copy color: '#C53EFD'

red 197 ◦ green 62 ◦ blue 253

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

Shades of Medium Orchid #C53EFD

Tints of Medium Orchid #C53EFD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.11%

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

R = 38.48%
G = 12.11%
B = 49.41%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C53EFD (or 0xC53EFD) is known color: Medium Orchid. HEX triplet: C5, 3E and FD. RGB value is (197,62,253). Sum of RGB (Red+Green+Blue) = 197+62+253=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 62 (24.61% from 255 or 12.11% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #C53EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53EFD is #3AC102. Grayscale: #7B7B7B. Windows color (decimal): -3850499 or 16596677. OLE color: 16596677.

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

Color convert

RGB 197 62 253 -
CMYK 0.22 0.75 0 0.01
HSL 282.41º 0.98% 0.62% -
HSV(B) 282.41º 0.75% 0.99% -
XYZ 42.48 22.41 95.01 -
YUV 124.14 200.73 179.97 -
System Red Green Blue C M Y K H S L
Decimal 197 62 253 0.22 0.75 0 0.01 282.41 0.98 0.62
Hex C5 3E FD 16 4B 0 1 11A 62 3E
Octal 305 76 375 26 113 0 1 432 142 76
Binary 11000101 111110 11111101 10110 1001011 0 1 100011010 1100010 111110

Color Harmonies of #C53EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53EFD

Black with #C53EFD

Text Example


Text Example

White with #C53EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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