#C464DA

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

Shades of Medium Orchid #C464DA

Tints of Medium Orchid #C464DA

Color information

#C464DA (or 0xC464DA) is unknown color: approx Medium Orchid. HEX triplet: C4, 64 and DA. RGB value is (196,100,218). Sum of RGB (Red+Green+Blue) = 196+100+218=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #C464DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C464DA is #3B9B25. Grayscale: #8D8D8D. Windows color (decimal): -3906342 or 14312644. OLE color: 14312644.

HSL color Cylindrical-coordinate representation of color #C464DA: hue angle of 288.81º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C464DA is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB196100218-
CMYK0.100.5400.15
HSL288.81º61.46%62.35%-
HSV(B)288.81º54.13%85.49%-
XYZ39.9825.9169.22-
YUV142.16170.8166.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.13%
GREEN value IS 100 (39.45% from 255) = 19.46%
BLUE value IS 218 (85.55% from 255) = 42.41%
R=38.13%
G=19.46%
B=42.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1961002180.100.5400.15288.8161.4662.35
HexC464DAA360F1213d3e
Octal30414433212660174417576
Binary11000100110010011011010101011011001111100100001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C464DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C464DA; }

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

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

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

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

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

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

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

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