#C15FDD

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

Shades of Medium Orchid #C15FDD

Tints of Medium Orchid #C15FDD

Color information

#C15FDD (or 0xC15FDD) is unknown color: approx Medium Orchid. HEX triplet: C1, 5F and DD. RGB value is (193,95,221). Sum of RGB (Red+Green+Blue) = 193+95+221=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #C15FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15FDD is #3EA022. Grayscale: #8A8A8A. Windows color (decimal): -4104227 or 14507969. OLE color: 14507969.

HSL color Cylindrical-coordinate representation of color #C15FDD: hue angle of 286.67º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C15FDD is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19395221-
CMYK0.130.5700.13
HSL286.67º64.95%61.96%-
HSV(B)286.67º57.01%86.67%-
XYZ39.1424.7471.12-
YUV138.67174.47166.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.92%
GREEN value IS 95 (37.5% from 255) = 18.66%
BLUE value IS 221 (86.72% from 255) = 43.42%
R=37.92%
G=18.66%
B=43.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal193952210.130.5700.13286.6764.9561.96
HexC15FDDD390D11f413e
Octal301137335157101543710176
Binary110000011011111110111011101111001011011000111111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15FDD; }

 p { color: rgb(193,95,221); }

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

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

 a { background-color: rgb(193,95,221); }

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

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

 span { border-color: rgb(193,95,221); }

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