#C461DB

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

Shades of Medium Orchid #C461DB

Tints of Medium Orchid #C461DB

Color information

#C461DB (or 0xC461DB) is unknown color: approx Medium Orchid. HEX triplet: C4, 61 and DB. RGB value is (196,97,219). Sum of RGB (Red+Green+Blue) = 196+97+219=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 97 (38.28% from 255 or 18.95% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #C461DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461DB is #3B9E24. Grayscale: #8C8C8C. Windows color (decimal): -3907109 or 14377412. OLE color: 14377412.

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

Color convert

RGB19697219-
CMYK0.110.5600.14
HSL288.69º62.89%61.96%-
HSV(B)288.69º55.71%85.88%-
XYZ39.8325.469.82-
YUV140.51172.3167.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.28%
GREEN value IS 97 (38.28% from 255) = 18.95%
BLUE value IS 219 (85.94% from 255) = 42.77%
R=38.28%
G=18.95%
B=42.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal196972190.110.5600.14288.6962.8961.96
HexC461DBB380E1213f3e
Octal30414133313700164417776
Binary11000100110000111011011101111100001110100100001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C461DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C461DB; }

 p { color: rgb(196,97,219); }

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

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

 a { background-color: rgb(196,97,219); }

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

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

 span { border-color: rgb(196,97,219); }

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