Html Css Color HEX #C53DFF Medium Orchid

📋 copy color: '#C53DFF'

red 197 ◦ green 61 ◦ blue 255

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

Shades of Medium Orchid #C53DFF

Tints of Medium Orchid #C53DFF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.89%

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

R = 38.4%
G = 11.89%
B = 49.71%

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

#C53DFF (or 0xC53DFF) is known color: Medium Orchid. HEX triplet: C5, 3D and FF. RGB value is (197,61,255). Sum of RGB (Red+Green+Blue) = 197+61+255=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 61 (24.22% from 255 or 11.89% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #C53DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53DFF is #3AC200. Grayscale: #7B7B7B. Windows color (decimal): -3850753 or 16727493. OLE color: 16727493.

HSL color Cylindrical-coordinate representation of color #C53DFF: hue angle of 282.06º 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 #C53DFF is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 197 61 255 -
CMYK 0.23 0.76 0 0
HSL 282.06º 1% 0.62% -
HSV(B) 282.06º 0.76% 1% -
XYZ 42.74 22.43 96.68 -
YUV 123.78 202.06 180.23 -
System Red Green Blue C M Y K H S L
Decimal 197 61 255 0.23 0.76 0 0 282.06 1 0.62
Hex C5 3D FF 17 4C 0 0 11A 64 3E
Octal 305 75 377 27 114 0 0 432 144 76
Binary 11000101 111101 11111111 10111 1001100 0 0 100011010 1100100 111110

Color Harmonies of #C53DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53DFF

Black with #C53DFF

Text Example


Text Example

White with #C53DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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