#C369E9

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

Shades of Medium Orchid #C369E9

Tints of Medium Orchid #C369E9

Color information

#C369E9 (or 0xC369E9) is unknown color: approx Medium Orchid. HEX triplet: C3, 69 and E9. RGB value is (195,105,233). Sum of RGB (Red+Green+Blue) = 195+105+233=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 233 (91.41% from 255 or 43.71% from 533); Max value from RGB is 233 - color contains mainly: blue. Hex color #C369E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C369E9 is #3C9616. Grayscale: #929292. Windows color (decimal): -3970583 or 15296963. OLE color: 15296963.

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

Color convert

RGB195105233-
CMYK0.160.5500.09
HSL282.19º74.42%66.27%-
HSV(B)282.19º54.94%91.37%-
XYZ42.2727.5980.19-
YUV146.5176.82162.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.59%
GREEN value IS 105 (41.41% from 255) = 19.70%
BLUE value IS 233 (91.41% from 255) = 43.71%
R=36.59%
G=19.70%
B=43.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1951052330.160.5500.09282.1974.4266.27
HexC369E910370911a4a42
Octal3031513512067011432112102
Binary11000011110100111101001100001101110100110001101010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C369E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C369E9; }

 p { color: rgb(195,105,233); }

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

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

 a { background-color: rgb(195,105,233); }

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

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

 span { border-color: rgb(195,105,233); }

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