Html Css Color HEX #C54ADC Medium Orchid

📋 copy color: '#C54ADC'

red 197 ◦ green 74 ◦ blue 220

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

Shades of Medium Orchid #C54ADC

Tints of Medium Orchid #C54ADC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.07%

 BLUE value IS 220 (86.33% from 255) = 44.81%

R = 40.12%
G = 15.07%
B = 44.81%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C54ADC (or 0xC54ADC) is known color: Medium Orchid. HEX triplet: C5, 4A and DC. RGB value is (197,74,220). Sum of RGB (Red+Green+Blue) = 197+74+220=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #C54ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54ADC is #3AB523. Grayscale: #7E7E7E. Windows color (decimal): -3847460 or 14437061. OLE color: 14437061.

HSL color Cylindrical-coordinate representation of color #C54ADC: hue angle of 290.55º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54ADC is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 74 220 -
CMYK 0.10 0.66 0 0.14
HSL 290.55º 0.68% 0.58% -
HSV(B) 290.55º 0.66% 0.86% -
XYZ 38.39 21.94 69.92 -
YUV 127.42 180.25 177.63 -
System Red Green Blue C M Y K H S L
Decimal 197 74 220 0.10 0.66 0 0.14 290.55 0.68 0.58
Hex C5 4A DC A 42 0 E 123 44 3A
Octal 305 112 334 12 102 0 16 443 104 72
Binary 11000101 1001010 11011100 1010 1000010 0 1110 100100011 1000100 111010

Color Harmonies of #C54ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54ADC

Black with #C54ADC

Text Example


Text Example

White with #C54ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54ADC; }

 p { color: rgb(197,74,220); }

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

background-color css

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

 a { background-color: rgb(197,74,220); }

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

border-color css

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

 span { border-color: rgb(197,74,220); }

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