Html Css Color HEX #C54DD7 Medium Orchid

📋 copy color: '#C54DD7'

red 197 ◦ green 77 ◦ blue 215

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

Shades of Medium Orchid #C54DD7

Tints of Medium Orchid #C54DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.97%

R = 40.29%
G = 15.75%
B = 43.97%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C54DD7 (or 0xC54DD7) is known color: Medium Orchid. HEX triplet: C5, 4D and D7. RGB value is (197,77,215). Sum of RGB (Red+Green+Blue) = 197+77+215=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 215 (84.38% from 255 or 43.97% from 489); Max value from RGB is 215 - color contains mainly: blue. Hex color #C54DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54DD7 is #3AB228. Grayscale: #808080. Windows color (decimal): -3846697 or 14110149. OLE color: 14110149.

HSL color Cylindrical-coordinate representation of color #C54DD7: hue angle of 292.17º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54DD7 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 77 215 -
CMYK 0.08 0.64 0 0.16
HSL 292.17º 0.63% 0.57% -
HSV(B) 292.17º 0.64% 0.84% -
XYZ 37.95 22.08 66.55 -
YUV 128.61 176.76 176.78 -
System Red Green Blue C M Y K H S L
Decimal 197 77 215 0.08 0.64 0 0.16 292.17 0.63 0.57
Hex C5 4D D7 8 40 0 10 124 3F 39
Octal 305 115 327 10 100 0 20 444 77 71
Binary 11000101 1001101 11010111 1000 1000000 0 10000 100100100 111111 111001

Color Harmonies of #C54DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54DD7

Black with #C54DD7

Text Example


Text Example

White with #C54DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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