Html Css Color HEX #C53DF6 Medium Orchid

📋 copy color: '#C53DF6'

red 197 ◦ green 61 ◦ blue 246

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

Shades of Medium Orchid #C53DF6

Tints of Medium Orchid #C53DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.81%

R = 39.09%
G = 12.1%
B = 48.81%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C53DF6 (or 0xC53DF6) is known color: Medium Orchid. HEX triplet: C5, 3D and F6. RGB value is (197,61,246). Sum of RGB (Red+Green+Blue) = 197+61+246=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 61 (24.22% from 255 or 12.10% from 504); Blue value is 246 (96.48% from 255 or 48.81% from 504); Max value from RGB is 246 - color contains mainly: blue. Hex color #C53DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53DF6 is #3AC209. Grayscale: #7A7A7A. Windows color (decimal): -3850762 or 16137669. OLE color: 16137669.

HSL color Cylindrical-coordinate representation of color #C53DF6: hue angle of 284.11º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53DF6 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 197 61 246 -
CMYK 0.20 0.75 0 0.04
HSL 284.11º 0.91% 0.6% -
HSV(B) 284.11º 0.75% 0.96% -
XYZ 41.33 21.86 89.23 -
YUV 122.75 197.56 180.96 -
System Red Green Blue C M Y K H S L
Decimal 197 61 246 0.20 0.75 0 0.04 284.11 0.91 0.6
Hex C5 3D F6 14 4B 0 4 11C 5B 3C
Octal 305 75 366 24 113 0 4 434 133 74
Binary 11000101 111101 11110110 10100 1001011 0 100 100011100 1011011 111100

Color Harmonies of #C53DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53DF6

Black with #C53DF6

Text Example


Text Example

White with #C53DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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