#C161E7

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

Shades of Medium Orchid #C161E7

Tints of Medium Orchid #C161E7

Color information

#C161E7 (or 0xC161E7) is unknown color: approx Medium Orchid. HEX triplet: C1, 61 and E7. RGB value is (193,97,231). Sum of RGB (Red+Green+Blue) = 193+97+231=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 97 (38.28% from 255 or 18.62% from 521); Blue value is 231 (90.62% from 255 or 44.34% from 521); Max value from RGB is 231 - color contains mainly: blue. Hex color #C161E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C161E7 is #3E9E18. Grayscale: #8C8C8C. Windows color (decimal): -4103705 or 15163841. OLE color: 15163841.

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

Color convert

RGB19397231-
CMYK0.160.5800.09
HSL282.99º73.63%64.31%-
HSV(B)282.99º58.01%90.59%-
XYZ40.6925.6678.41-
YUV140.98178.8165.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.04%
GREEN value IS 97 (38.28% from 255) = 18.62%
BLUE value IS 231 (90.62% from 255) = 44.34%
R=37.04%
G=18.62%
B=44.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal193972310.160.5800.09282.9973.6364.31
HexC161E7103A0911b4a40
Octal3011413472072011433112100
Binary11000001110000111100111100001110100100110001101110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C161E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C161E7; }

 p { color: rgb(193,97,231); }

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

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

 a { background-color: rgb(193,97,231); }

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

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

 span { border-color: rgb(193,97,231); }

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