#C46ACD

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

Shades of Medium Orchid #C46ACD

Tints of Medium Orchid #C46ACD

Color information

#C46ACD (or 0xC46ACD) is unknown color: approx Medium Orchid. HEX triplet: C4, 6A and CD. RGB value is (196,106,205). Sum of RGB (Red+Green+Blue) = 196+106+205=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #C46ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46ACD is #3B9532. Grayscale: #8F8F8F. Windows color (decimal): -3904819 or 13462212. OLE color: 13462212.

HSL color Cylindrical-coordinate representation of color #C46ACD: hue angle of 294.55º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C46ACD is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196106205-
CMYK0.040.4800.20
HSL294.55º49.75%60.98%-
HSV(B)294.55º48.29%80.39%-
XYZ38.9426.4560.81-
YUV144.2162.32164.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.66%
GREEN value IS 106 (41.80% from 255) = 20.91%
BLUE value IS 205 (80.47% from 255) = 40.43%
R=38.66%
G=20.91%
B=40.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961062050.040.4800.20294.5549.7560.98
HexC46ACD430014127323d
Octal3041523154600244476275
Binary11000100110101011001101100110000010100100100111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46ACD; }

 p { color: rgb(196,106,205); }

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

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

 a { background-color: rgb(196,106,205); }

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

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

 span { border-color: rgb(196,106,205); }

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