Html Css Color HEX #C54BDB Medium Orchid

📋 copy color: '#C54BDB'

red 197 ◦ green 75 ◦ blue 219

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

Shades of Medium Orchid #C54BDB

Tints of Medium Orchid #C54BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.27%

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

R = 40.12%
G = 15.27%
B = 44.6%

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

#C54BDB (or 0xC54BDB) is known color: Medium Orchid. HEX triplet: C5, 4B and DB. RGB value is (197,75,219). Sum of RGB (Red+Green+Blue) = 197+75+219=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 75 (29.69% from 255 or 15.27% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #C54BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54BDB is #3AB424. Grayscale: #7F7F7F. Windows color (decimal): -3847205 or 14371781. OLE color: 14371781.

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

Color convert

RGB 197 75 219 -
CMYK 0.10 0.66 0 0.14
HSL 290.83º 0.67% 0.58% -
HSV(B) 290.83º 0.66% 0.86% -
XYZ 38.33 22.02 69.25 -
YUV 127.89 179.42 177.29 -
System Red Green Blue C M Y K H S L
Decimal 197 75 219 0.10 0.66 0 0.14 290.83 0.67 0.58
Hex C5 4B DB A 42 0 E 123 43 3A
Octal 305 113 333 12 102 0 16 443 103 72
Binary 11000101 1001011 11011011 1010 1000010 0 1110 100100011 1000011 111010

Color Harmonies of #C54BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54BDB

Black with #C54BDB

Text Example


Text Example

White with #C54BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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