#C558DC

Color #C558DC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C558DC

Tints of Medium Orchid #C558DC

Color information

#C558DC (or 0xC558DC) is unknown color: approx Medium Orchid. HEX triplet: C5, 58 and DC. RGB value is (197,88,220). Sum of RGB (Red+Green+Blue) = 197+88+220=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #C558DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C558DC is #3AA723. Grayscale: #878787. Windows color (decimal): -3843876 or 14440645. OLE color: 14440645.

HSL color Cylindrical-coordinate representation of color #C558DC: hue angle of 289.55º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C558DC is Cyan = 0.10, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19788220-
CMYK0.100.600.14
HSL289.55º65.35%60.39%-
HSV(B)289.55º60%86.27%-
XYZ39.4324.0270.27-
YUV135.64175.61171.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.01%
GREEN value IS 88 (34.77% from 255) = 17.43%
BLUE value IS 220 (86.33% from 255) = 43.56%
R=39.01%
G=17.43%
B=43.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal197882200.100.600.14289.5565.3560.39
HexC558DCA3C0E122413c
Octal305130334127401644210174
Binary110001011011000110111001010111100011101001000101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C558DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C558DC; }

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

 H1.HeaderClassName
 {
   color: #C558DC;
 }
 .AnyTagClassName
 {
   color: #C558DC;
 }
</style>
background-color css

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

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

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

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

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

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