#C464CE

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

Shades of Medium Orchid #C464CE

Tints of Medium Orchid #C464CE

Color information

#C464CE (or 0xC464CE) is unknown color: approx Medium Orchid. HEX triplet: C4, 64 and CE. RGB value is (196,100,206). Sum of RGB (Red+Green+Blue) = 196+100+206=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #C464CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C464CE is #3B9B31. Grayscale: #8C8C8C. Windows color (decimal): -3906354 or 13526212. OLE color: 13526212.

HSL color Cylindrical-coordinate representation of color #C464CE: hue angle of 294.34º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C464CE is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB196100206-
CMYK0.050.5100.19
HSL294.34º51.96%60%-
HSV(B)294.34º51.46%80.78%-
XYZ38.4625.3161.25-
YUV140.79164.8167.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.04%
GREEN value IS 100 (39.45% from 255) = 19.92%
BLUE value IS 206 (80.86% from 255) = 41.04%
R=39.04%
G=19.92%
B=41.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1961002060.050.5100.19294.3451.9660
HexC464CE533013126343c
Octal3041443165630234466474
Binary11000100110010011001110101110011010011100100110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C464CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C464CE; }

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

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

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

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

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

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

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

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