Html Css Color HEX #D15FD9 Orchid

📋 copy color: '#D15FD9'

red 209 ◦ green 95 ◦ blue 217

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

Shades of Orchid #D15FD9

Tints of Orchid #D15FD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.65%

R = 40.12%
G = 18.23%
B = 41.65%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D15FD9 (or 0xD15FD9) is known color: Orchid. HEX triplet: D1, 5F and D9. RGB value is (209,95,217). Sum of RGB (Red+Green+Blue) = 209+95+217=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 217 - color contains mainly: blue. Hex color #D15FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15FD9 is #2EA026. Grayscale: #8E8E8E. Windows color (decimal): -3055655 or 14245841. OLE color: 14245841.

HSL color Cylindrical-coordinate representation of color #D15FD9: hue angle of 296.07º 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 #D15FD9 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 95 217 -
CMYK 0.04 0.56 0 0.15
HSL 296.07º 0.62% 0.61% -
HSV(B) 296.07º 0.56% 0.85% -
XYZ 42.91 26.75 68.55 -
YUV 142.99 169.77 175.08 -
System Red Green Blue C M Y K H S L
Decimal 209 95 217 0.04 0.56 0 0.15 296.07 0.62 0.61
Hex D1 5F D9 4 38 0 F 128 3E 3D
Octal 321 137 331 4 70 0 17 450 76 75
Binary 11010001 1011111 11011001 100 111000 0 1111 100101000 111110 111101

Color Harmonies of #D15FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15FD9

Black with #D15FD9

Text Example


Text Example

White with #D15FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15FD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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