#C058D1

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

Shades of Medium Orchid #C058D1

Tints of Medium Orchid #C058D1

Color information

#C058D1 (or 0xC058D1) is unknown color: approx Medium Orchid. HEX triplet: C0, 58 and D1. RGB value is (192,88,209). Sum of RGB (Red+Green+Blue) = 192+88+209=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 209 (82.03% from 255 or 42.74% from 489); Max value from RGB is 209 - color contains mainly: blue. Hex color #C058D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C058D1 is #3FA72E. Grayscale: #848484. Windows color (decimal): -4171567 or 13719744. OLE color: 13719744.

HSL color Cylindrical-coordinate representation of color #C058D1: hue angle of 291.57º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C058D1 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19288209-
CMYK0.080.5800.18
HSL291.57º56.81%58.24%-
HSV(B)291.57º57.89%81.96%-
XYZ36.7422.7962.78-
YUV132.89170.96170.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.26%
GREEN value IS 88 (34.77% from 255) = 18.00%
BLUE value IS 209 (82.03% from 255) = 42.74%
R=39.26%
G=18.00%
B=42.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal192882090.080.5800.18291.5756.8158.24
HexC058D183A012124393a
Octal30013032110720224447172
Binary110000001011000110100011000111010010010100100100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C058D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C058D1; }

 p { color: rgb(192,88,209); }

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

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

 a { background-color: rgb(192,88,209); }

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

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

 span { border-color: rgb(192,88,209); }

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