#C155D9

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

Shades of Medium Orchid #C155D9

Tints of Medium Orchid #C155D9

Color information

#C155D9 (or 0xC155D9) is unknown color: approx Medium Orchid. HEX triplet: C1, 55 and D9. RGB value is (193,85,217). Sum of RGB (Red+Green+Blue) = 193+85+217=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 217 (85.16% from 255 or 43.84% from 495); Max value from RGB is 217 - color contains mainly: blue. Hex color #C155D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C155D9 is #3EAA26. Grayscale: #838383. Windows color (decimal): -4106791 or 14243265. OLE color: 14243265.

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

Color convert

RGB19385217-
CMYK0.110.6100.15
HSL289.09º63.46%59.22%-
HSV(B)289.09º60.83%85.1%-
XYZ37.7722.8468.06-
YUV132.34175.78171.27-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.99%
GREEN value IS 85 (33.59% from 255) = 17.17%
BLUE value IS 217 (85.16% from 255) = 43.84%
R=38.99%
G=17.17%
B=43.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal193852170.110.6100.15289.0963.4659.22
HexC155D9B3D0F1213f3b
Octal30112533113750174417773
Binary11000001101010111011001101111110101111100100001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C155D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C155D9; }

 p { color: rgb(193,85,217); }

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

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

 a { background-color: rgb(193,85,217); }

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

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

 span { border-color: rgb(193,85,217); }

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