#C15DCF

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

Shades of Medium Orchid #C15DCF

Tints of Medium Orchid #C15DCF

Color information

#C15DCF (or 0xC15DCF) is unknown color: approx Medium Orchid. HEX triplet: C1, 5D and CF. RGB value is (193,93,207). Sum of RGB (Red+Green+Blue) = 193+93+207=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #C15DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15DCF is #3EA230. Grayscale: #878787. Windows color (decimal): -4104753 or 13589953. OLE color: 13589953.

HSL color Cylindrical-coordinate representation of color #C15DCF: hue angle of 292.63º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C15DCF is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19393207-
CMYK0.070.5500.19
HSL292.63º54.29%58.82%-
HSV(B)292.63º55.07%81.18%-
XYZ37.1723.6761.64-
YUV135.9168.13168.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.15%
GREEN value IS 93 (36.72% from 255) = 18.86%
BLUE value IS 207 (81.25% from 255) = 41.99%
R=39.15%
G=18.86%
B=41.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal193932070.070.5500.19292.6354.2958.82
HexC15DCF737013125363b
Octal3011353177670234456673
Binary11000001101110111001111111110111010011100100101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15DCF; }

 p { color: rgb(193,93,207); }

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

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

 a { background-color: rgb(193,93,207); }

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

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

 span { border-color: rgb(193,93,207); }

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