#D15FD3

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

Shades of Orchid #D15FD3

Tints of Orchid #D15FD3

Color information

#D15FD3 (or 0xD15FD3) is unknown color: approx Orchid. HEX triplet: D1, 5F and D3. RGB value is (209,95,211). Sum of RGB (Red+Green+Blue) = 209+95+211=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 95 (37.5% from 255 or 18.45% from 515); Blue value is 211 (82.81% from 255 or 40.97% from 515); Max value from RGB is 211 - color contains mainly: blue. Hex color #D15FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15FD3 is #2EA02C. Grayscale: #8D8D8D. Windows color (decimal): -3055661 or 13852625. OLE color: 13852625.

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

Color convert

RGB20995211-
CMYK0.010.5500.17
HSL298.97º56.86%60%-
HSV(B)298.97º54.98%82.75%-
XYZ42.1426.4464.51-
YUV142.31166.77175.57-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.58%
GREEN value IS 95 (37.5% from 255) = 18.45%
BLUE value IS 211 (82.81% from 255) = 40.97%
R=40.58%
G=18.45%
B=40.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal209952110.010.5500.17298.9756.8660
HexD15FD313701112b393c
Octal3211373231670214537174
Binary110100011011111110100111110111010001100101011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15FD3; }

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

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

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

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

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

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

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

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