#C461DA

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

Shades of Medium Orchid #C461DA

Tints of Medium Orchid #C461DA

Color information

#C461DA (or 0xC461DA) is unknown color: approx Medium Orchid. HEX triplet: C4, 61 and DA. RGB value is (196,97,218). Sum of RGB (Red+Green+Blue) = 196+97+218=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #C461DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461DA is #3B9E25. Grayscale: #8C8C8C. Windows color (decimal): -3907110 or 14311876. OLE color: 14311876.

HSL color Cylindrical-coordinate representation of color #C461DA: hue angle of 289.09º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C461DA is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19697218-
CMYK0.100.5600.15
HSL289.09º62.05%61.76%-
HSV(B)289.09º55.5%85.49%-
XYZ39.6925.3569.13-
YUV140.4171.8167.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.36%
GREEN value IS 97 (38.28% from 255) = 18.98%
BLUE value IS 218 (85.55% from 255) = 42.66%
R=38.36%
G=18.98%
B=42.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal196972180.100.5600.15289.0962.0561.76
HexC461DAA380F1213e3e
Octal30414133212700174417676
Binary11000100110000111011010101011100001111100100001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C461DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C461DA; }

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

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

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

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

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

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

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

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