#C046D7

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

Shades of Medium Orchid #C046D7

Tints of Medium Orchid #C046D7

Color information

#C046D7 (or 0xC046D7) is unknown color: approx Medium Orchid. HEX triplet: C0, 46 and D7. RGB value is (192,70,215). Sum of RGB (Red+Green+Blue) = 192+70+215=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 70 (27.73% from 255 or 14.68% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 215 - color contains mainly: blue. Hex color #C046D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C046D7 is #3FB928. Grayscale: #7A7A7A. Windows color (decimal): -4176169 or 14108352. OLE color: 14108352.

HSL color Cylindrical-coordinate representation of color #C046D7: hue angle of 290.48º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C046D7 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19270215-
CMYK0.110.6700.16
HSL290.48º64.44%55.88%-
HSV(B)290.48º67.44%84.31%-
XYZ36.1920.4966.34-
YUV123.01179.92177.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.25%
GREEN value IS 70 (27.73% from 255) = 14.68%
BLUE value IS 215 (84.38% from 255) = 45.07%
R=40.25%
G=14.68%
B=45.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal192702150.110.6700.16290.4864.4455.88
HexC046D7B430101224038
Octal3001063271310302044210070
Binary11000000100011011010111101110000110100001001000101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C046D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C046D7; }

 p { color: rgb(192,70,215); }

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

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

 a { background-color: rgb(192,70,215); }

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

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

 span { border-color: rgb(192,70,215); }

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