#C05BD6

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

Shades of Medium Orchid #C05BD6

Tints of Medium Orchid #C05BD6

Color information

#C05BD6 (or 0xC05BD6) is unknown color: approx Medium Orchid. HEX triplet: C0, 5B and D6. RGB value is (192,91,214). Sum of RGB (Red+Green+Blue) = 192+91+214=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 91 (35.94% from 255 or 18.31% from 497); Blue value is 214 (83.98% from 255 or 43.06% from 497); Max value from RGB is 214 - color contains mainly: blue. Hex color #C05BD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05BD6 is #3FA429. Grayscale: #868686. Windows color (decimal): -4170794 or 14048192. OLE color: 14048192.

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

Color convert

RGB19291214-
CMYK0.100.5700.16
HSL289.27º60%59.8%-
HSV(B)289.27º57.48%83.92%-
XYZ37.6223.5466.18-
YUV135.22172.46168.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.63%
GREEN value IS 91 (35.94% from 255) = 18.31%
BLUE value IS 214 (83.98% from 255) = 43.06%
R=38.63%
G=18.31%
B=43.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal192912140.100.5700.16289.276059.8
HexC05BD6A390101213c3c
Octal30013332612710204417474
Binary110000001011011110101101010111001010000100100001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05BD6; }

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

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

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

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

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

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

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

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