#C464E5

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

Shades of Medium Orchid #C464E5

Tints of Medium Orchid #C464E5

Color information

#C464E5 (or 0xC464E5) is unknown color: approx Medium Orchid. HEX triplet: C4, 64 and E5. RGB value is (196,100,229). Sum of RGB (Red+Green+Blue) = 196+100+229=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 100 (39.45% from 255 or 19.05% from 525); Blue value is 229 (89.84% from 255 or 43.62% from 525); Max value from RGB is 229 - color contains mainly: blue. Hex color #C464E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C464E5 is #3B9B1A. Grayscale: #8E8E8E. Windows color (decimal): -3906331 or 15033540. OLE color: 15033540.

HSL color Cylindrical-coordinate representation of color #C464E5: hue angle of 284.65º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C464E5 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB196100229-
CMYK0.140.5600.10
HSL284.65º71.27%64.51%-
HSV(B)284.65º56.33%89.8%-
XYZ41.4626.5177.06-
YUV143.41176.3165.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.33%
GREEN value IS 100 (39.45% from 255) = 19.05%
BLUE value IS 229 (89.84% from 255) = 43.62%
R=37.33%
G=19.05%
B=43.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1961002290.140.5600.10284.6571.2764.51
HexC464E5E380A11d4741
Octal3041443451670012435107101
Binary1100010011001001110010111101110000101010001110110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C464E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C464E5; }

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

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

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

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

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

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

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

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