#C361E4

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

Shades of Medium Orchid #C361E4

Tints of Medium Orchid #C361E4

Color information

#C361E4 (or 0xC361E4) is unknown color: approx Medium Orchid. HEX triplet: C3, 61 and E4. RGB value is (195,97,228). Sum of RGB (Red+Green+Blue) = 195+97+228=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 97 (38.28% from 255 or 18.65% from 520); Blue value is 228 (89.45% from 255 or 43.85% from 520); Max value from RGB is 228 - color contains mainly: blue. Hex color #C361E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C361E4 is #3C9E1B. Grayscale: #8C8C8C. Windows color (decimal): -3972636 or 14967235. OLE color: 14967235.

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

Color convert

RGB19597228-
CMYK0.140.5700.11
HSL284.89º70.81%63.73%-
HSV(B)284.89º57.46%89.41%-
XYZ40.7825.7576.22-
YUV141.24176.97166.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.5%
GREEN value IS 97 (38.28% from 255) = 18.65%
BLUE value IS 228 (89.45% from 255) = 43.85%
R=37.5%
G=18.65%
B=43.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal195972280.140.5700.11284.8970.8163.73
HexC361E4E390B11d4740
Octal3031413441671013435107100
Binary1100001111000011110010011101110010101110001110110001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C361E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C361E4; }

 p { color: rgb(195,97,228); }

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

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

 a { background-color: rgb(195,97,228); }

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

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

 span { border-color: rgb(195,97,228); }

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