#C159E4

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

Shades of Medium Orchid #C159E4

Tints of Medium Orchid #C159E4

Color information

#C159E4 (or 0xC159E4) is unknown color: approx Medium Orchid. HEX triplet: C1, 59 and E4. RGB value is (193,89,228). Sum of RGB (Red+Green+Blue) = 193+89+228=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 89 (35.16% from 255 or 17.45% from 510); Blue value is 228 (89.45% from 255 or 44.71% from 510); Max value from RGB is 228 - color contains mainly: blue. Hex color #C159E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C159E4 is #3EA61B. Grayscale: #878787. Windows color (decimal): -4105756 or 14965185. OLE color: 14965185.

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

Color convert

RGB19389228-
CMYK0.150.6100.11
HSL284.89º72.02%62.16%-
HSV(B)284.89º60.96%89.41%-
XYZ39.5724.0875.96-
YUV135.94179.96168.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.84%
GREEN value IS 89 (35.16% from 255) = 17.45%
BLUE value IS 228 (89.45% from 255) = 44.71%
R=37.84%
G=17.45%
B=44.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal193892280.150.6100.11284.8972.0262.16
HexC159E4F3D0B11d483e
Octal301131344177501343511076
Binary110000011011001111001001111111101010111000111011001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C159E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C159E4; }

 p { color: rgb(193,89,228); }

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

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

 a { background-color: rgb(193,89,228); }

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

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

 span { border-color: rgb(193,89,228); }

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