#C05CD8

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

Shades of Medium Orchid #C05CD8

Tints of Medium Orchid #C05CD8

Color information

#C05CD8 (or 0xC05CD8) is unknown color: approx Medium Orchid. HEX triplet: C0, 5C and D8. RGB value is (192,92,216). Sum of RGB (Red+Green+Blue) = 192+92+216=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 92 (36.33% from 255 or 18.4% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 216 - color contains mainly: blue. Hex color #C05CD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05CD8 is #3FA327. Grayscale: #878787. Windows color (decimal): -4170536 or 14179520. OLE color: 14179520.

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

Color convert

RGB19292216-
CMYK0.110.5700.15
HSL288.39º61.39%60.39%-
HSV(B)288.39º57.41%84.71%-
XYZ37.9623.8267.56-
YUV136.04173.13167.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.4%
GREEN value IS 92 (36.33% from 255) = 18.4%
BLUE value IS 216 (84.77% from 255) = 43.2%
R=38.4%
G=18.4%
B=43.2%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal192922160.110.5700.15288.3961.3960.39
HexC05CD8B390F1203d3c
Octal30013433013710174407574
Binary11000000101110011011000101111100101111100100000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05CD8; }

 p { color: rgb(192,92,216); }

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

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

 a { background-color: rgb(192,92,216); }

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

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

 span { border-color: rgb(192,92,216); }

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