#C15BD7

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

Shades of Medium Orchid #C15BD7

Tints of Medium Orchid #C15BD7

Color information

#C15BD7 (or 0xC15BD7) is unknown color: approx Medium Orchid. HEX triplet: C1, 5B and D7. RGB value is (193,91,215). Sum of RGB (Red+Green+Blue) = 193+91+215=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 91 (35.94% from 255 or 18.24% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 215 - color contains mainly: blue. Hex color #C15BD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15BD7 is #3EA428. Grayscale: #878787. Windows color (decimal): -4105257 or 14113729. OLE color: 14113729.

HSL color Cylindrical-coordinate representation of color #C15BD7: hue angle of 289.35º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C15BD7 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19391215-
CMYK0.100.5800.16
HSL289.35º60.78%60%-
HSV(B)289.35º57.67%84.31%-
XYZ3823.7366.87-
YUV135.63172.79168.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.68%
GREEN value IS 91 (35.94% from 255) = 18.24%
BLUE value IS 215 (84.38% from 255) = 43.09%
R=38.68%
G=18.24%
B=43.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal193912150.100.5800.16289.3560.7860
HexC15BD7A3A0101213d3c
Octal30113332712720204417574
Binary110000011011011110101111010111010010000100100001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15BD7; }

 p { color: rgb(193,91,215); }

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

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

 a { background-color: rgb(193,91,215); }

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

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

 span { border-color: rgb(193,91,215); }

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