Html Css Color HEX #D15FD8 Orchid

📋 copy color: '#D15FD8'

red 209 ◦ green 95 ◦ blue 216

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

Shades of Orchid #D15FD8

Tints of Orchid #D15FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.54%

R = 40.19%
G = 18.27%
B = 41.54%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D15FD8 (or 0xD15FD8) is known color: Orchid. HEX triplet: D1, 5F and D8. RGB value is (209,95,216). Sum of RGB (Red+Green+Blue) = 209+95+216=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 95 (37.5% from 255 or 18.27% from 520); Blue value is 216 (84.77% from 255 or 41.54% from 520); Max value from RGB is 216 - color contains mainly: blue. Hex color #D15FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15FD8 is #2EA027. Grayscale: #8E8E8E. Windows color (decimal): -3055656 or 14180305. OLE color: 14180305.

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

Color convert

RGB 209 95 216 -
CMYK 0.03 0.56 0 0.15
HSL 296.53º 0.61% 0.61% -
HSV(B) 296.53º 0.56% 0.85% -
XYZ 42.78 26.7 67.86 -
YUV 142.88 169.27 175.16 -
System Red Green Blue C M Y K H S L
Decimal 209 95 216 0.03 0.56 0 0.15 296.53 0.61 0.61
Hex D1 5F D8 3 38 0 F 129 3D 3D
Octal 321 137 330 3 70 0 17 451 75 75
Binary 11010001 1011111 11011000 11 111000 0 1111 100101001 111101 111101

Color Harmonies of #D15FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15FD8

Black with #D15FD8

Text Example


Text Example

White with #D15FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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