#c156e0

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

Shades of Medium Orchid #C156E0

Tints of Medium Orchid #C156E0

Color information

#C156E0 (or 0xC156E0) is unknown color: approx Medium Orchid. HEX triplet: C1, 56 and E0. RGB value is (193,86,224). Sum of RGB (Red+Green+Blue) = 193+86+224=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 86 (33.98% from 255 or 17.10% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 224 - color contains mainly: blue. Hex color #C156E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C156E0 is #3EA91F. Grayscale: #858585. Windows color (decimal): -4106528 or 14702273. OLE color: 14702273.

HSL color Cylindrical-coordinate representation of color #C156E0: hue angle of 286.52º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C156E0 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19386224-
CMYK0.140.6200.12
HSL286.52º69%60.78%-
HSV(B)286.52º61.61%87.84%-
XYZ38.7723.3772.99-
YUV133.72178.95170.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.37%
GREEN value IS 86 (33.98% from 255) = 17.10%
BLUE value IS 224 (87.89% from 255) = 44.53%
R=38.37%
G=17.10%
B=44.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal193862240.140.6200.12286.526960.78
HexC156E0E3E0C11f453d
Octal301126340167601443710575
Binary110000011010110111000001110111110011001000111111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c156e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c156e0; }

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

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

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

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

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

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

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

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