Html Css Color HEX #C53BDF Medium Orchid

📋 copy color: '#C53BDF'

red 197 ◦ green 59 ◦ blue 223

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

Shades of Medium Orchid #C53BDF

Tints of Medium Orchid #C53BDF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.32%

 BLUE value IS 223 (87.5% from 255) = 46.56%

R = 41.13%
G = 12.32%
B = 46.56%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C53BDF (or 0xC53BDF) is known color: Medium Orchid. HEX triplet: C5, 3B and DF. RGB value is (197,59,223). Sum of RGB (Red+Green+Blue) = 197+59+223=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 59 (23.44% from 255 or 12.32% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #C53BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53BDF is #3AC420. Grayscale: #767676. Windows color (decimal): -3851297 or 14629829. OLE color: 14629829.

HSL color Cylindrical-coordinate representation of color #C53BDF: hue angle of 290.49º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53BDF is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 59 223 -
CMYK 0.12 0.74 0 0.13
HSL 290.49º 0.72% 0.55% -
HSV(B) 290.49º 0.74% 0.87% -
XYZ 37.91 20.33 71.74 -
YUV 118.96 186.72 183.66 -
System Red Green Blue C M Y K H S L
Decimal 197 59 223 0.12 0.74 0 0.13 290.49 0.72 0.55
Hex C5 3B DF C 4A 0 D 122 48 37
Octal 305 73 337 14 112 0 15 442 110 67
Binary 11000101 111011 11011111 1100 1001010 0 1101 100100010 1001000 110111

Color Harmonies of #C53BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53BDF

Black with #C53BDF

Text Example


Text Example

White with #C53BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53BDF; }

 p { color: rgb(197,59,223); }

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

background-color css

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

 a { background-color: rgb(197,59,223); }

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

border-color css

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

 span { border-color: rgb(197,59,223); }

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