#C361EB

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

Shades of Medium Orchid #C361EB

Tints of Medium Orchid #C361EB

Color information

#C361EB (or 0xC361EB) is unknown color: approx Medium Orchid. HEX triplet: C3, 61 and EB. RGB value is (195,97,235). Sum of RGB (Red+Green+Blue) = 195+97+235=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 97 (38.28% from 255 or 18.41% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #C361EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C361EB is #3C9E14. Grayscale: #8D8D8D. Windows color (decimal): -3972629 or 15425987. OLE color: 15425987.

HSL color Cylindrical-coordinate representation of color #C361EB: hue angle of 282.61º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C361EB is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19597235-
CMYK0.170.5900.08
HSL282.61º77.53%65.1%-
HSV(B)282.61º58.72%92.16%-
XYZ41.7826.1581.44-
YUV142.03180.47165.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.00%
GREEN value IS 97 (38.28% from 255) = 18.41%
BLUE value IS 235 (92.19% from 255) = 44.59%
R=37.00%
G=18.41%
B=44.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal195972350.170.5900.08282.6177.5365.1
HexC361EB113B0811b4e41
Octal3031413532173010433116101
Binary11000011110000111101011100011110110100010001101110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C361EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C361EB; }

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

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

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

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

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

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

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

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