#C464DF

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

Shades of Medium Orchid #C464DF

Tints of Medium Orchid #C464DF

Color information

#C464DF (or 0xC464DF) is unknown color: approx Medium Orchid. HEX triplet: C4, 64 and DF. RGB value is (196,100,223). Sum of RGB (Red+Green+Blue) = 196+100+223=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #C464DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C464DF is #3B9B20. Grayscale: #8E8E8E. Windows color (decimal): -3906337 or 14640324. OLE color: 14640324.

HSL color Cylindrical-coordinate representation of color #C464DF: hue angle of 286.83º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C464DF is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196100223-
CMYK0.120.5500.13
HSL286.83º65.78%63.33%-
HSV(B)286.83º55.16%87.45%-
XYZ40.6426.1872.72-
YUV142.73173.3166-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.76%
GREEN value IS 100 (39.45% from 255) = 19.27%
BLUE value IS 223 (87.5% from 255) = 42.97%
R=37.76%
G=19.27%
B=42.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961002230.120.5500.13286.8365.7863.33
HexC464DFC370D11f423f
Octal304144337146701543710277
Binary110001001100100110111111100110111011011000111111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C464DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C464DF; }

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

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

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

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

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

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

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

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