Html Css Color HEX #D96FD1 Orchid

📋 copy color: '#D96FD1'

red 217 ◦ green 111 ◦ blue 209

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

Shades of Orchid #D96FD1

Tints of Orchid #D96FD1

RGB

 RED value IS 217 (85.16% from 255) = 40.41%

 GREEN value IS 111 (43.75% from 255) = 20.67%

 BLUE value IS 209 (82.03% from 255) = 38.92%

R = 40.41%
G = 20.67%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D96FD1 (or 0xD96FD1) is known color: Orchid. HEX triplet: D9, 6F and D1. RGB value is (217,111,209). Sum of RGB (Red+Green+Blue) = 217+111+209=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 111 (43.75% from 255 or 20.67% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D96FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96FD1 is #26902E. Grayscale: #999999. Windows color (decimal): -2527279 or 13725657. OLE color: 13725657.

HSL color Cylindrical-coordinate representation of color #D96FD1: hue angle of 304.53º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D96FD1 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 111 209 -
CMYK 0 0.49 0.04 0.15
HSL 304.53º 0.58% 0.64% -
HSV(B) 304.53º 0.49% 0.85% -
XYZ 45.81 30.72 63.84 -
YUV 153.87 159.12 173.03 -
System Red Green Blue C M Y K H S L
Decimal 217 111 209 0 0.49 0.04 0.15 304.53 0.58 0.64
Hex D9 6F D1 0 31 4 F 131 3A 40
Octal 331 157 321 0 61 4 17 461 72 100
Binary 11011001 1101111 11010001 0 110001 100 1111 100110001 111010 1000000

Color Harmonies of #D96FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96FD1

Black with #D96FD1

Text Example


Text Example

White with #D96FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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