Html Css Color HEX #C558D7 Medium Orchid

📋 copy color: '#C558D7'

red 197 ◦ green 88 ◦ blue 215

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

Shades of Medium Orchid #C558D7

Tints of Medium Orchid #C558D7

RGB

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

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

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

R = 39.4%
G = 17.6%
B = 43%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C558D7 (or 0xC558D7) is known color: Medium Orchid. HEX triplet: C5, 58 and D7. RGB value is (197,88,215). Sum of RGB (Red+Green+Blue) = 197+88+215=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 88 (34.77% from 255 or 17.6% from 500); Blue value is 215 (84.38% from 255 or 43% from 500); Max value from RGB is 215 - color contains mainly: blue. Hex color #C558D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C558D7 is #3AA728. Grayscale: #868686. Windows color (decimal): -3843881 or 14112965. OLE color: 14112965.

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

Color convert

RGB 197 88 215 -
CMYK 0.08 0.59 0 0.16
HSL 291.5º 0.61% 0.59% -
HSV(B) 291.5º 0.59% 0.84% -
XYZ 38.78 23.76 66.83 -
YUV 135.07 173.11 172.17 -
System Red Green Blue C M Y K H S L
Decimal 197 88 215 0.08 0.59 0 0.16 291.5 0.61 0.59
Hex C5 58 D7 8 3B 0 10 123 3D 3B
Octal 305 130 327 10 73 0 20 443 75 73
Binary 11000101 1011000 11010111 1000 111011 0 10000 100100011 111101 111011

Color Harmonies of #C558D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C558D7

Black with #C558D7

Text Example


Text Example

White with #C558D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C558D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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