#C460D9

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

Shades of Medium Orchid #C460D9

Tints of Medium Orchid #C460D9

Color information

#C460D9 (or 0xC460D9) is unknown color: approx Medium Orchid. HEX triplet: C4, 60 and D9. RGB value is (196,96,217). Sum of RGB (Red+Green+Blue) = 196+96+217=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 217 (85.16% from 255 or 42.63% from 509); Max value from RGB is 217 - color contains mainly: blue. Hex color #C460D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C460D9 is #3B9F26. Grayscale: #8B8B8B. Windows color (decimal): -3907367 or 14246084. OLE color: 14246084.

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

Color convert

RGB19696217-
CMYK0.100.5600.15
HSL289.59º61.42%61.37%-
HSV(B)289.59º55.76%85.1%-
XYZ39.4725.1168.41-
YUV139.69171.63168.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.51%
GREEN value IS 96 (37.89% from 255) = 18.86%
BLUE value IS 217 (85.16% from 255) = 42.63%
R=38.51%
G=18.86%
B=42.63%

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
Decimal196962170.100.5600.15289.5961.4261.37
HexC460D9A380F1223d3d
Octal30414033112700174427575
Binary11000100110000011011001101011100001111100100010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C460D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C460D9; }

 p { color: rgb(196,96,217); }

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

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

 a { background-color: rgb(196,96,217); }

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

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

 span { border-color: rgb(196,96,217); }

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