#C46CD7

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

Shades of Medium Orchid #C46CD7

Tints of Medium Orchid #C46CD7

Color information

#C46CD7 (or 0xC46CD7) is unknown color: approx Medium Orchid. HEX triplet: C4, 6C and D7. RGB value is (196,108,215). Sum of RGB (Red+Green+Blue) = 196+108+215=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 215 (84.38% from 255 or 41.43% from 519); Max value from RGB is 215 - color contains mainly: blue. Hex color #C46CD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46CD7 is #3B9328. Grayscale: #929292. Windows color (decimal): -3904297 or 14118084. OLE color: 14118084.

HSL color Cylindrical-coordinate representation of color #C46CD7: hue angle of 289.35º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C46CD7 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB196108215-
CMYK0.090.5000.16
HSL289.35º57.22%63.33%-
HSV(B)289.35º49.77%84.31%-
XYZ40.3927.3767.44-
YUV146.51166.65163.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.76%
GREEN value IS 108 (42.58% from 255) = 20.81%
BLUE value IS 215 (84.38% from 255) = 41.43%
R=37.76%
G=20.81%
B=41.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1961082150.090.5000.16289.3557.2263.33
HexC46CD7932010121393f
Octal30415432711620204417177
Binary110001001101100110101111001110010010000100100001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46CD7; }

 p { color: rgb(196,108,215); }

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

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

 a { background-color: rgb(196,108,215); }

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

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

 span { border-color: rgb(196,108,215); }

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