#c461e7

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

Shades of Medium Orchid #C461E7

Tints of Medium Orchid #C461E7

Color information

#C461E7 (or 0xC461E7) is unknown color: approx Medium Orchid. HEX triplet: C4, 61 and E7. RGB value is (196,97,231). Sum of RGB (Red+Green+Blue) = 196+97+231=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 97 (38.28% from 255 or 18.51% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #C461E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C461E7 is #3B9E18. Grayscale: #8D8D8D. Windows color (decimal): -3907097 or 15163844. OLE color: 15163844.

HSL color Cylindrical-coordinate representation of color #C461E7: hue angle of 284.33º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C461E7 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19697231-
CMYK0.150.5800.09
HSL284.33º73.63%64.31%-
HSV(B)284.33º58.01%90.59%-
XYZ41.4626.0578.44-
YUV141.88178.3166.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.40%
GREEN value IS 97 (38.28% from 255) = 18.51%
BLUE value IS 231 (90.62% from 255) = 44.08%
R=37.40%
G=18.51%
B=44.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal196972310.150.5800.09284.3373.6364.31
HexC461E7F3A0911c4a40
Octal3041413471772011434112100
Binary1100010011000011110011111111110100100110001110010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c461e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c461e7; }

 p { color: rgb(196,97,231); }

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

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

 a { background-color: rgb(196,97,231); }

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

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

 span { border-color: rgb(196,97,231); }

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