Html Css Color HEX #C54CDF Medium Orchid

📋 copy color: '#C54CDF'

red 197 ◦ green 76 ◦ blue 223

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

Shades of Medium Orchid #C54CDF

Tints of Medium Orchid #C54CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.96%

R = 39.72%
G = 15.32%
B = 44.96%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C54CDF (or 0xC54CDF) is known color: Medium Orchid. HEX triplet: C5, 4C and DF. RGB value is (197,76,223). Sum of RGB (Red+Green+Blue) = 197+76+223=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 76 (30.08% from 255 or 15.32% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #C54CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54CDF is #3AB320. Grayscale: #808080. Windows color (decimal): -3846945 or 14634181. OLE color: 14634181.

HSL color Cylindrical-coordinate representation of color #C54CDF: hue angle of 289.39º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54CDF is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 76 223 -
CMYK 0.12 0.66 0 0.13
HSL 289.39º 0.7% 0.59% -
HSV(B) 289.39º 0.66% 0.87% -
XYZ 38.93 22.37 72.08 -
YUV 128.94 181.09 176.55 -
System Red Green Blue C M Y K H S L
Decimal 197 76 223 0.12 0.66 0 0.13 289.39 0.7 0.59
Hex C5 4C DF C 42 0 D 121 46 3B
Octal 305 114 337 14 102 0 15 441 106 73
Binary 11000101 1001100 11011111 1100 1000010 0 1101 100100001 1000110 111011

Color Harmonies of #C54CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54CDF

Black with #C54CDF

Text Example


Text Example

White with #C54CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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