Html Css Color HEX #C53FF9 Medium Orchid

📋 copy color: '#C53FF9'

red 197 ◦ green 63 ◦ blue 249

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

Shades of Medium Orchid #C53FF9

Tints of Medium Orchid #C53FF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.92%

R = 38.7%
G = 12.38%
B = 48.92%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C53FF9 (or 0xC53FF9) is known color: Medium Orchid. HEX triplet: C5, 3F and F9. RGB value is (197,63,249). Sum of RGB (Red+Green+Blue) = 197+63+249=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 63 (25% from 255 or 12.38% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #C53FF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53FF9 is #3AC006. Grayscale: #7B7B7B. Windows color (decimal): -3850247 or 16334789. OLE color: 16334789.

HSL color Cylindrical-coordinate representation of color #C53FF9: hue angle of 283.23º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53FF9 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 63 249 -
CMYK 0.21 0.75 0 0.02
HSL 283.23º 0.94% 0.61% -
HSV(B) 283.23º 0.75% 0.98% -
XYZ 41.9 22.26 91.71 -
YUV 124.27 198.39 179.88 -
System Red Green Blue C M Y K H S L
Decimal 197 63 249 0.21 0.75 0 0.02 283.23 0.94 0.61
Hex C5 3F F9 15 4B 0 2 11B 5E 3D
Octal 305 77 371 25 113 0 2 433 136 75
Binary 11000101 111111 11111001 10101 1001011 0 10 100011011 1011110 111101

Color Harmonies of #C53FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53FF9

Black with #C53FF9

Text Example


Text Example

White with #C53FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53FF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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