#C05FDC

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

Shades of Medium Orchid #C05FDC

Tints of Medium Orchid #C05FDC

Color information

#C05FDC (or 0xC05FDC) is unknown color: approx Medium Orchid. HEX triplet: C0, 5F and DC. RGB value is (192,95,220). Sum of RGB (Red+Green+Blue) = 192+95+220=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #C05FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FDC is #3FA023. Grayscale: #898989. Windows color (decimal): -4169764 or 14442432. OLE color: 14442432.

HSL color Cylindrical-coordinate representation of color #C05FDC: hue angle of 286.56º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C05FDC is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19295220-
CMYK0.130.5700.14
HSL286.56º64.1%61.76%-
HSV(B)286.56º56.82%86.27%-
XYZ38.7524.5670.41-
YUV138.25174.14166.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.87%
GREEN value IS 95 (37.5% from 255) = 18.74%
BLUE value IS 220 (86.33% from 255) = 43.39%
R=37.87%
G=18.74%
B=43.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal192952200.130.5700.14286.5664.161.76
HexC05FDCD390E11f403e
Octal300137334157101643710076
Binary110000001011111110111001101111001011101000111111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05FDC; }

 p { color: rgb(192,95,220); }

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

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

 a { background-color: rgb(192,95,220); }

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

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

 span { border-color: rgb(192,95,220); }

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