Html Css Color HEX #C54DDC Medium Orchid

📋 copy color: '#C54DDC'

red 197 ◦ green 77 ◦ blue 220

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

Shades of Medium Orchid #C54DDC

Tints of Medium Orchid #C54DDC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.59%

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

R = 39.88%
G = 15.59%
B = 44.53%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C54DDC (or 0xC54DDC) is known color: Medium Orchid. HEX triplet: C5, 4D and DC. RGB value is (197,77,220). Sum of RGB (Red+Green+Blue) = 197+77+220=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #C54DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54DDC is #3AB223. Grayscale: #808080. Windows color (decimal): -3846692 or 14437829. OLE color: 14437829.

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

Color convert

RGB 197 77 220 -
CMYK 0.10 0.65 0 0.14
HSL 290.35º 0.67% 0.58% -
HSV(B) 290.35º 0.65% 0.86% -
XYZ 38.6 22.35 69.99 -
YUV 129.18 179.26 176.37 -
System Red Green Blue C M Y K H S L
Decimal 197 77 220 0.10 0.65 0 0.14 290.35 0.67 0.58
Hex C5 4D DC A 41 0 E 122 43 3A
Octal 305 115 334 12 101 0 16 442 103 72
Binary 11000101 1001101 11011100 1010 1000001 0 1110 100100010 1000011 111010

Color Harmonies of #C54DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54DDC

Black with #C54DDC

Text Example


Text Example

White with #C54DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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