#C460D3

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

Shades of Medium Orchid #C460D3

Tints of Medium Orchid #C460D3

Color information

#C460D3 (or 0xC460D3) is unknown color: approx Medium Orchid. HEX triplet: C4, 60 and D3. RGB value is (196,96,211). Sum of RGB (Red+Green+Blue) = 196+96+211=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 211 - color contains mainly: blue. Hex color #C460D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C460D3 is #3B9F2C. Grayscale: #8A8A8A. Windows color (decimal): -3907373 or 13852868. OLE color: 13852868.

HSL color Cylindrical-coordinate representation of color #C460D3: hue angle of 292.17º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C460D3 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19696211-
CMYK0.070.5500.17
HSL292.17º56.65%60.2%-
HSV(B)292.17º54.5%82.75%-
XYZ38.7124.864.38-
YUV139.01168.63168.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.97%
GREEN value IS 96 (37.89% from 255) = 19.09%
BLUE value IS 211 (82.81% from 255) = 41.95%
R=38.97%
G=19.09%
B=41.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal196962110.070.5500.17292.1756.6560.2
HexC460D3737011124393c
Octal3041403237670214447174
Binary11000100110000011010011111110111010001100100100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C460D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C460D3; }

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

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

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

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

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

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

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

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