#D15FE9

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

Shades of Orchid #D15FE9

Tints of Orchid #D15FE9

Color information

#D15FE9 (or 0xD15FE9) is unknown color: approx Orchid. HEX triplet: D1, 5F and E9. RGB value is (209,95,233). Sum of RGB (Red+Green+Blue) = 209+95+233=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 95 (37.5% from 255 or 17.69% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 233 - color contains mainly: blue. Hex color #D15FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15FE9 is #2EA016. Grayscale: #909090. Windows color (decimal): -3055639 or 15294417. OLE color: 15294417.

HSL color Cylindrical-coordinate representation of color #D15FE9: hue angle of 289.57º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D15FE9 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20995233-
CMYK0.100.5900.09
HSL289.57º75.82%64.31%-
HSV(B)289.57º59.23%91.37%-
XYZ45.0927.6280.05-
YUV144.82177.77173.78-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.92%
GREEN value IS 95 (37.5% from 255) = 17.69%
BLUE value IS 233 (91.41% from 255) = 43.39%
R=38.92%
G=17.69%
B=43.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal209952330.100.5900.09289.5775.8264.31
HexD15FE9A3B091224c40
Octal3211373511273011442114100
Binary1101000110111111110100110101110110100110010001010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15FE9; }

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

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

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

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

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

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

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

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