Html Css Color HEX #C558D8 Medium Orchid

📋 copy color: '#C558D8'

red 197 ◦ green 88 ◦ blue 216

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

Shades of Medium Orchid #C558D8

Tints of Medium Orchid #C558D8

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.56%

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

R = 39.32%
G = 17.56%
B = 43.11%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C558D8 (or 0xC558D8) is known color: Medium Orchid. HEX triplet: C5, 58 and D8. RGB value is (197,88,216). Sum of RGB (Red+Green+Blue) = 197+88+216=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 88 (34.77% from 255 or 17.56% from 501); Blue value is 216 (84.77% from 255 or 43.11% from 501); Max value from RGB is 216 - color contains mainly: blue. Hex color #C558D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C558D8 is #3AA727. Grayscale: #868686. Windows color (decimal): -3843880 or 14178501. OLE color: 14178501.

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

Color convert

RGB 197 88 216 -
CMYK 0.09 0.59 0 0.15
HSL 291.09º 0.62% 0.6% -
HSV(B) 291.09º 0.59% 0.85% -
XYZ 38.91 23.81 67.51 -
YUV 135.18 173.61 172.09 -
System Red Green Blue C M Y K H S L
Decimal 197 88 216 0.09 0.59 0 0.15 291.09 0.62 0.6
Hex C5 58 D8 9 3B 0 F 123 3E 3C
Octal 305 130 330 11 73 0 17 443 76 74
Binary 11000101 1011000 11011000 1001 111011 0 1111 100100011 111110 111100

Color Harmonies of #C558D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C558D8

Black with #C558D8

Text Example


Text Example

White with #C558D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C558D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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