#C464E9

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

Shades of Medium Orchid #C464E9

Tints of Medium Orchid #C464E9

Color information

#C464E9 (or 0xC464E9) is unknown color: approx Medium Orchid. HEX triplet: C4, 64 and E9. RGB value is (196,100,233). Sum of RGB (Red+Green+Blue) = 196+100+233=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 100 (39.45% from 255 or 18.90% from 529); Blue value is 233 (91.41% from 255 or 44.05% from 529); Max value from RGB is 233 - color contains mainly: blue. Hex color #C464E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C464E9 is #3B9B16. Grayscale: #8F8F8F. Windows color (decimal): -3906327 or 15295684. OLE color: 15295684.

HSL color Cylindrical-coordinate representation of color #C464E9: hue angle of 283.31º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C464E9 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB196100233-
CMYK0.160.5700.09
HSL283.31º75.14%65.29%-
HSV(B)283.31º57.08%91.37%-
XYZ42.0326.7380.04-
YUV143.87178.3165.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.05%
GREEN value IS 100 (39.45% from 255) = 18.90%
BLUE value IS 233 (91.41% from 255) = 44.05%
R=37.05%
G=18.90%
B=44.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1961002330.160.5700.09283.3175.1465.29
HexC464E910390911b4b41
Octal3041443512071011433113101
Binary11000100110010011101001100001110010100110001101110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C464E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C464E9; }

 p { color: rgb(196,100,233); }

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

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

 a { background-color: rgb(196,100,233); }

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

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

 span { border-color: rgb(196,100,233); }

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