#D15FDA

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

Shades of Orchid #D15FDA

Tints of Orchid #D15FDA

Color information

#D15FDA (or 0xD15FDA) is unknown color: approx Orchid. HEX triplet: D1, 5F and DA. RGB value is (209,95,218). Sum of RGB (Red+Green+Blue) = 209+95+218=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 95 (37.5% from 255 or 18.20% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #D15FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15FDA is #2EA025. Grayscale: #8E8E8E. Windows color (decimal): -3055654 or 14311377. OLE color: 14311377.

HSL color Cylindrical-coordinate representation of color #D15FDA: hue angle of 295.61º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D15FDA is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20995218-
CMYK0.040.5600.15
HSL295.61º62.44%61.37%-
HSV(B)295.61º56.42%85.49%-
XYZ43.0426.869.23-
YUV143.11170.27175-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.04%
GREEN value IS 95 (37.5% from 255) = 18.20%
BLUE value IS 218 (85.55% from 255) = 41.76%
R=40.04%
G=18.20%
B=41.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal209952180.040.5600.15295.6162.4461.37
HexD15FDA4380F1283e3d
Octal3211373324700174507675
Binary1101000110111111101101010011100001111100101000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15FDA; }

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

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

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

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

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

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

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

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