Html Css Color HEX #D15FE1 Orchid

📋 copy color: '#D15FE1'

red 209 ◦ green 95 ◦ blue 225

#D15FE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D15FE1

Tints of Orchid #D15FE1

RGB

 RED value IS 209 (82.03% from 255) = 39.51%

 GREEN value IS 95 (37.5% from 255) = 17.96%

 BLUE value IS 225 (88.28% from 255) = 42.53%

R = 39.51%
G = 17.96%
B = 42.53%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D15FE1 (or 0xD15FE1) is known color: Orchid. HEX triplet: D1, 5F and E1. RGB value is (209,95,225). Sum of RGB (Red+Green+Blue) = 209+95+225=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 95 (37.5% from 255 or 17.96% from 529); Blue value is 225 (88.28% from 255 or 42.53% from 529); Max value from RGB is 225 - color contains mainly: blue. Hex color #D15FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15FE1 is #2EA01E. Grayscale: #8F8F8F. Windows color (decimal): -3055647 or 14770129. OLE color: 14770129.

HSL color Cylindrical-coordinate representation of color #D15FE1: hue angle of 292.62º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D15FE1 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 95 225 -
CMYK 0.07 0.58 0 0.12
HSL 292.62º 0.68% 0.63% -
HSV(B) 292.62º 0.58% 0.88% -
XYZ 43.98 27.18 74.16 -
YUV 143.91 173.77 174.43 -
System Red Green Blue C M Y K H S L
Decimal 209 95 225 0.07 0.58 0 0.12 292.62 0.68 0.63
Hex D1 5F E1 7 3A 0 C 125 44 3F
Octal 321 137 341 7 72 0 14 445 104 77
Binary 11010001 1011111 11100001 111 111010 0 1100 100100101 1000100 111111

Color Harmonies of #D15FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15FE1

Black with #D15FE1

Text Example


Text Example

White with #D15FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15FE1; }

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

 H1.HeaderClassName
 {
   color: #D15FE1;
 }
 .AnyTagClassName
 {
   color: #D15FE1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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