#c461e2

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

Shades of Medium Orchid #C461E2

Tints of Medium Orchid #C461E2

Color information

#C461E2 (or 0xC461E2) is unknown color: approx Medium Orchid. HEX triplet: C4, 61 and E2. RGB value is (196,97,226). Sum of RGB (Red+Green+Blue) = 196+97+226=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 97 (38.28% from 255 or 18.69% from 519); Blue value is 226 (88.67% from 255 or 43.55% from 519); Max value from RGB is 226 - color contains mainly: blue. Hex color #C461E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461E2 is #3B9E1D. Grayscale: #8C8C8C. Windows color (decimal): -3907102 or 14836164. OLE color: 14836164.

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

Color convert

RGB19697226-
CMYK0.130.5700.11
HSL286.05º68.98%63.33%-
HSV(B)286.05º57.08%88.63%-
XYZ40.7725.7874.78-
YUV141.31175.8167.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.76%
GREEN value IS 97 (38.28% from 255) = 18.69%
BLUE value IS 226 (88.67% from 255) = 43.55%
R=37.76%
G=18.69%
B=43.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal196972260.130.5700.11286.0568.9863.33
HexC461E2D390B11e453f
Octal304141342157101343610577
Binary110001001100001111000101101111001010111000111101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c461e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c461e2; }

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

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

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

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

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

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

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

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