Html Css Color HEX #C53CFF Medium Orchid

📋 copy color: '#C53CFF'

red 197 ◦ green 60 ◦ blue 255

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

Shades of Medium Orchid #C53CFF

Tints of Medium Orchid #C53CFF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.72%

 BLUE value IS 255 (100% from 255) = 49.8%

R = 38.48%
G = 11.72%
B = 49.8%

CMYK

 C value IS 0.23

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C53CFF (or 0xC53CFF) is known color: Medium Orchid. HEX triplet: C5, 3C and FF. RGB value is (197,60,255). Sum of RGB (Red+Green+Blue) = 197+60+255=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 60 (23.83% from 255 or 11.72% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #C53CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53CFF is #3AC300. Grayscale: #7A7A7A. Windows color (decimal): -3851009 or 16727237. OLE color: 16727237.

HSL color Cylindrical-coordinate representation of color #C53CFF: hue angle of 282.15º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C53CFF is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 197 60 255 -
CMYK 0.23 0.76 0 0
HSL 282.15º 1% 0.62% -
HSV(B) 282.15º 0.76% 1% -
XYZ 42.69 22.32 96.67 -
YUV 123.19 202.39 180.64 -
System Red Green Blue C M Y K H S L
Decimal 197 60 255 0.23 0.76 0 0 282.15 1 0.62
Hex C5 3C FF 17 4C 0 0 11A 64 3E
Octal 305 74 377 27 114 0 0 432 144 76
Binary 11000101 111100 11111111 10111 1001100 0 0 100011010 1100100 111110

Color Harmonies of #C53CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53CFF

Black with #C53CFF

Text Example


Text Example

White with #C53CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53CFF; }

 p { color: rgb(197,60,255); }

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

background-color css

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

 a { background-color: rgb(197,60,255); }

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

border-color css

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

 span { border-color: rgb(197,60,255); }

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