#C05FD6

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

Shades of Medium Orchid #C05FD6

Tints of Medium Orchid #C05FD6

Color information

#C05FD6 (or 0xC05FD6) is unknown color: approx Medium Orchid. HEX triplet: C0, 5F and D6. RGB value is (192,95,214). Sum of RGB (Red+Green+Blue) = 192+95+214=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 214 (83.98% from 255 or 42.71% from 501); Max value from RGB is 214 - color contains mainly: blue. Hex color #C05FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FD6 is #3FA029. Grayscale: #898989. Windows color (decimal): -4169770 or 14049216. OLE color: 14049216.

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

Color convert

RGB19295214-
CMYK0.100.5600.16
HSL288.91º59.2%60.59%-
HSV(B)288.91º55.61%83.92%-
XYZ37.9724.2566.3-
YUV137.57171.14166.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.32%
GREEN value IS 95 (37.5% from 255) = 18.96%
BLUE value IS 214 (83.98% from 255) = 42.71%
R=38.32%
G=18.96%
B=42.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal192952140.100.5600.16288.9159.260.59
HexC05FD6A380101213b3d
Octal30013732612700204417375
Binary110000001011111110101101010111000010000100100001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05FD6; }

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

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

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

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

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

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

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

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