#C15FDE

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

Shades of Medium Orchid #C15FDE

Tints of Medium Orchid #C15FDE

Color information

#C15FDE (or 0xC15FDE) is unknown color: approx Medium Orchid. HEX triplet: C1, 5F and DE. RGB value is (193,95,222). Sum of RGB (Red+Green+Blue) = 193+95+222=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 95 (37.5% from 255 or 18.63% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #C15FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15FDE is #3EA021. Grayscale: #8A8A8A. Windows color (decimal): -4104226 or 14573505. OLE color: 14573505.

HSL color Cylindrical-coordinate representation of color #C15FDE: hue angle of 286.3º degrees, saturation: 0.66, 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 #C15FDE is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19395222-
CMYK0.130.5700.13
HSL286.3º65.8%62.16%-
HSV(B)286.3º57.21%87.06%-
XYZ39.2724.871.82-
YUV138.78174.97166.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.84%
GREEN value IS 95 (37.5% from 255) = 18.63%
BLUE value IS 222 (87.11% from 255) = 43.53%
R=37.84%
G=18.63%
B=43.53%

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
Decimal193952220.130.5700.13286.365.862.16
HexC15FDED390D11e423e
Octal301137336157101543610276
Binary110000011011111110111101101111001011011000111101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15FDE; }

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

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

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

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

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

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

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

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