#C156EE

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

Shades of Medium Orchid #C156EE

Tints of Medium Orchid #C156EE

Color information

#C156EE (or 0xC156EE) is unknown color: approx Medium Orchid. HEX triplet: C1, 56 and EE. RGB value is (193,86,238). Sum of RGB (Red+Green+Blue) = 193+86+238=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 86 (33.98% from 255 or 16.63% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #C156EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C156EE is #3EA911. Grayscale: #868686. Windows color (decimal): -4106514 or 15619777. OLE color: 15619777.

HSL color Cylindrical-coordinate representation of color #C156EE: hue angle of 282.24º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C156EE is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19386238-
CMYK0.190.6400.07
HSL282.24º81.72%63.53%-
HSV(B)282.24º63.87%93.33%-
XYZ40.7524.1783.41-
YUV135.32185.95169.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.33%
GREEN value IS 86 (33.98% from 255) = 16.63%
BLUE value IS 238 (93.36% from 255) = 46.03%
R=37.33%
G=16.63%
B=46.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal193862380.190.6400.07282.2481.7263.53
HexC156EE13400711a5240
Octal3011263562310007432122100
Binary11000001101011011101110100111000000011110001101010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C156EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C156EE; }

 p { color: rgb(193,86,238); }

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

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

 a { background-color: rgb(193,86,238); }

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

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

 span { border-color: rgb(193,86,238); }

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