Html Css Color HEX #C54ADA Medium Orchid

📋 copy color: '#C54ADA'

red 197 ◦ green 74 ◦ blue 218

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

Shades of Medium Orchid #C54ADA

Tints of Medium Orchid #C54ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.58%

R = 40.29%
G = 15.13%
B = 44.58%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C54ADA (or 0xC54ADA) is known color: Medium Orchid. HEX triplet: C5, 4A and DA. RGB value is (197,74,218). Sum of RGB (Red+Green+Blue) = 197+74+218=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 74 (29.30% from 255 or 15.13% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #C54ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54ADA is #3AB525. Grayscale: #7E7E7E. Windows color (decimal): -3847462 or 14305989. OLE color: 14305989.

HSL color Cylindrical-coordinate representation of color #C54ADA: hue angle of 291.25º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54ADA is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 74 218 -
CMYK 0.10 0.66 0 0.15
HSL 291.25º 0.66% 0.57% -
HSV(B) 291.25º 0.66% 0.85% -
XYZ 38.13 21.83 68.53 -
YUV 127.19 179.25 177.79 -
System Red Green Blue C M Y K H S L
Decimal 197 74 218 0.10 0.66 0 0.15 291.25 0.66 0.57
Hex C5 4A DA A 42 0 F 123 42 39
Octal 305 112 332 12 102 0 17 443 102 71
Binary 11000101 1001010 11011010 1010 1000010 0 1111 100100011 1000010 111001

Color Harmonies of #C54ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54ADA

Black with #C54ADA

Text Example


Text Example

White with #C54ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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