#C466E3

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

Shades of Medium Orchid #C466E3

Tints of Medium Orchid #C466E3

Color information

#C466E3 (or 0xC466E3) is unknown color: approx Medium Orchid. HEX triplet: C4, 66 and E3. RGB value is (196,102,227). Sum of RGB (Red+Green+Blue) = 196+102+227=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 102 (40.23% from 255 or 19.43% from 525); Blue value is 227 (89.06% from 255 or 43.24% from 525); Max value from RGB is 227 - color contains mainly: blue. Hex color #C466E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C466E3 is #3B991C. Grayscale: #8F8F8F. Windows color (decimal): -3905821 or 14902980. OLE color: 14902980.

HSL color Cylindrical-coordinate representation of color #C466E3: hue angle of 285.12º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C466E3 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB196102227-
CMYK0.140.5500.11
HSL285.12º69.06%64.51%-
HSV(B)285.12º55.07%89.02%-
XYZ41.3826.7875.66-
YUV144.36174.64164.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.33%
GREEN value IS 102 (40.23% from 255) = 19.43%
BLUE value IS 227 (89.06% from 255) = 43.24%
R=37.33%
G=19.43%
B=43.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1961022270.140.5500.11285.1269.0664.51
HexC466E3E370B11d4541
Octal3041463431667013435105101
Binary1100010011001101110001111101101110101110001110110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C466E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C466E3; }

 p { color: rgb(196,102,227); }

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

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

 a { background-color: rgb(196,102,227); }

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

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

 span { border-color: rgb(196,102,227); }

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