Html Css Color HEX #C554D8 Medium Orchid

📋 copy color: '#C554D8'

red 197 ◦ green 84 ◦ blue 216

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

Shades of Medium Orchid #C554D8

Tints of Medium Orchid #C554D8

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.9%

 BLUE value IS 216 (84.77% from 255) = 43.46%

R = 39.64%
G = 16.9%
B = 43.46%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C554D8 (or 0xC554D8) is known color: Medium Orchid. HEX triplet: C5, 54 and D8. RGB value is (197,84,216). Sum of RGB (Red+Green+Blue) = 197+84+216=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 216 (84.77% from 255 or 43.46% from 497); Max value from RGB is 216 - color contains mainly: blue. Hex color #C554D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C554D8 is #3AAB27. Grayscale: #848484. Windows color (decimal): -3844904 or 14177477. OLE color: 14177477.

HSL color Cylindrical-coordinate representation of color #C554D8: hue angle of 291.36º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C554D8 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 84 216 -
CMYK 0.09 0.61 0 0.15
HSL 291.36º 0.63% 0.59% -
HSV(B) 291.36º 0.61% 0.85% -
XYZ 38.59 23.17 67.4 -
YUV 132.84 174.94 173.77 -
System Red Green Blue C M Y K H S L
Decimal 197 84 216 0.09 0.61 0 0.15 291.36 0.63 0.59
Hex C5 54 D8 9 3D 0 F 123 3F 3B
Octal 305 124 330 11 75 0 17 443 77 73
Binary 11000101 1010100 11011000 1001 111101 0 1111 100100011 111111 111011

Color Harmonies of #C554D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C554D8

Black with #C554D8

Text Example


Text Example

White with #C554D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C554D8; }

 p { color: rgb(197,84,216); }

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

background-color css

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

 a { background-color: rgb(197,84,216); }

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

border-color css

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

 span { border-color: rgb(197,84,216); }

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