#D15FCE

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

Shades of Orchid #D15FCE

Tints of Orchid #D15FCE

Color information

#D15FCE (or 0xD15FCE) is unknown color: approx Orchid. HEX triplet: D1, 5F and CE. RGB value is (209,95,206). Sum of RGB (Red+Green+Blue) = 209+95+206=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 95 (37.5% from 255 or 18.63% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D15FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15FCE is #2EA031. Grayscale: #8D8D8D. Windows color (decimal): -3055666 or 13524945. OLE color: 13524945.

HSL color Cylindrical-coordinate representation of color #D15FCE: hue angle of 301.58º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15FCE is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB20995206-
CMYK00.550.010.18
HSL301.58º55.34%59.61%-
HSV(B)301.58º54.55%81.96%-
XYZ41.5326.261.26-
YUV141.74164.27175.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.98%
GREEN value IS 95 (37.5% from 255) = 18.63%
BLUE value IS 206 (80.86% from 255) = 40.39%
R=40.98%
G=18.63%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099520600.550.010.18301.5855.3459.61
HexD15FCE03711212e373c
Octal3211373160671224566774
Binary110100011011111110011100110111110010100101110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15FCE; }

 p { color: rgb(209,95,206); }

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

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

 a { background-color: rgb(209,95,206); }

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

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

 span { border-color: rgb(209,95,206); }

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