Html Css Color HEX #C54CDB Medium Orchid

📋 copy color: '#C54CDB'

red 197 ◦ green 76 ◦ blue 219

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

Shades of Medium Orchid #C54CDB

Tints of Medium Orchid #C54CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.45%

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

R = 40.04%
G = 15.45%
B = 44.51%

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

#C54CDB (or 0xC54CDB) is known color: Medium Orchid. HEX triplet: C5, 4C and DB. RGB value is (197,76,219). Sum of RGB (Red+Green+Blue) = 197+76+219=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 76 (30.08% from 255 or 15.45% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #C54CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54CDB is #3AB324. Grayscale: #808080. Windows color (decimal): -3846949 or 14372037. OLE color: 14372037.

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

Color convert

RGB 197 76 219 -
CMYK 0.10 0.65 0 0.14
HSL 290.77º 0.67% 0.58% -
HSV(B) 290.77º 0.65% 0.86% -
XYZ 38.4 22.15 69.27 -
YUV 128.48 179.09 176.87 -
System Red Green Blue C M Y K H S L
Decimal 197 76 219 0.10 0.65 0 0.14 290.77 0.67 0.58
Hex C5 4C DB A 41 0 E 123 43 3A
Octal 305 114 333 12 101 0 16 443 103 72
Binary 11000101 1001100 11011011 1010 1000001 0 1110 100100011 1000011 111010

Color Harmonies of #C54CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54CDB

Black with #C54CDB

Text Example


Text Example

White with #C54CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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