Html Css Color HEX #C54CD0 Medium Orchid

📋 copy color: '#C54CD0'

red 197 ◦ green 76 ◦ blue 208

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

Shades of Medium Orchid #C54CD0

Tints of Medium Orchid #C54CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.24%

R = 40.96%
G = 15.8%
B = 43.24%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C54CD0 (or 0xC54CD0) is known color: Medium Orchid. HEX triplet: C5, 4C and D0. RGB value is (197,76,208). Sum of RGB (Red+Green+Blue) = 197+76+208=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #C54CD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54CD0 is #3AB32F. Grayscale: #7E7E7E. Windows color (decimal): -3846960 or 13651141. OLE color: 13651141.

HSL color Cylindrical-coordinate representation of color #C54CD0: hue angle of 295º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C54CD0 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 76 208 -
CMYK 0.05 0.63 0 0.18
HSL 295º 0.58% 0.56% -
HSV(B) 295º 0.63% 0.82% -
XYZ 37 21.59 61.89 -
YUV 127.23 173.59 177.77 -
System Red Green Blue C M Y K H S L
Decimal 197 76 208 0.05 0.63 0 0.18 295 0.58 0.56
Hex C5 4C D0 5 3F 0 12 127 3A 38
Octal 305 114 320 5 77 0 22 447 72 70
Binary 11000101 1001100 11010000 101 111111 0 10010 100100111 111010 111000

Color Harmonies of #C54CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54CD0

Black with #C54CD0

Text Example


Text Example

White with #C54CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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