Html Css Color HEX #C544FF Medium Orchid

📋 copy color: '#C544FF'

red 197 ◦ green 68 ◦ blue 255

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

Shades of Medium Orchid #C544FF

Tints of Medium Orchid #C544FF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.08%

 BLUE value IS 255 (100% from 255) = 49.04%

R = 37.88%
G = 13.08%
B = 49.04%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C544FF (or 0xC544FF) is known color: Medium Orchid. HEX triplet: C5, 44 and FF. RGB value is (197,68,255). Sum of RGB (Red+Green+Blue) = 197+68+255=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 68 (26.95% from 255 or 13.08% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #C544FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C544FF is #3ABB00. Grayscale: #7F7F7F. Windows color (decimal): -3848961 or 16729285. OLE color: 16729285.

HSL color Cylindrical-coordinate representation of color #C544FF: hue angle of 281.39º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C544FF is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 197 68 255 -
CMYK 0.23 0.73 0 0
HSL 281.39º 1% 0.63% -
HSV(B) 281.39º 0.73% 1% -
XYZ 43.14 23.22 96.82 -
YUV 127.89 199.74 177.29 -
System Red Green Blue C M Y K H S L
Decimal 197 68 255 0.23 0.73 0 0 281.39 1 0.63
Hex C5 44 FF 17 49 0 0 119 64 3F
Octal 305 104 377 27 111 0 0 431 144 77
Binary 11000101 1000100 11111111 10111 1001001 0 0 100011001 1100100 111111

Color Harmonies of #C544FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C544FF

Black with #C544FF

Text Example


Text Example

White with #C544FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C544FF; }

 p { color: rgb(197,68,255); }

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

background-color css

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

 a { background-color: rgb(197,68,255); }

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

border-color css

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

 span { border-color: rgb(197,68,255); }

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