Html Css Color HEX #C54DDB Medium Orchid

📋 copy color: '#C54DDB'

red 197 ◦ green 77 ◦ blue 219

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

Shades of Medium Orchid #C54DDB

Tints of Medium Orchid #C54DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.42%

R = 39.96%
G = 15.62%
B = 44.42%

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

#C54DDB (or 0xC54DDB) is known color: Medium Orchid. HEX triplet: C5, 4D and DB. RGB value is (197,77,219). Sum of RGB (Red+Green+Blue) = 197+77+219=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #C54DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54DDB is #3AB224. Grayscale: #808080. Windows color (decimal): -3846693 or 14372293. OLE color: 14372293.

HSL color Cylindrical-coordinate representation of color #C54DDB: hue angle of 290.7º degrees, saturation: 0.66, 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 #C54DDB is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 77 219 -
CMYK 0.10 0.65 0 0.14
HSL 290.7º 0.66% 0.58% -
HSV(B) 290.7º 0.65% 0.86% -
XYZ 38.47 22.29 69.29 -
YUV 129.07 178.76 176.45 -
System Red Green Blue C M Y K H S L
Decimal 197 77 219 0.10 0.65 0 0.14 290.7 0.66 0.58
Hex C5 4D DB A 41 0 E 123 42 3A
Octal 305 115 333 12 101 0 16 443 102 72
Binary 11000101 1001101 11011011 1010 1000001 0 1110 100100011 1000010 111010

Color Harmonies of #C54DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54DDB

Black with #C54DDB

Text Example


Text Example

White with #C54DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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