Html Css Color HEX #D96DDA Orchid

📋 copy color: '#D96DDA'

red 217 ◦ green 109 ◦ blue 218

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

Shades of Orchid #D96DDA

Tints of Orchid #D96DDA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.04%

 BLUE value IS 218 (85.55% from 255) = 40.07%

R = 39.89%
G = 20.04%
B = 40.07%

CMYK

 C value IS 0.00

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D96DDA (or 0xD96DDA) is known color: Orchid. HEX triplet: D9, 6D and DA. RGB value is (217,109,218). Sum of RGB (Red+Green+Blue) = 217+109+218=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 109 (42.97% from 255 or 20.04% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #D96DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96DDA is #269225. Grayscale: #999999. Windows color (decimal): -2527782 or 14314969. OLE color: 14314969.

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

Color convert

RGB 217 109 218 -
CMYK 0.00 0.5 0 0.15
HSL 299.45º 0.6% 0.64% -
HSV(B) 299.45º 0.5% 0.85% -
XYZ 46.74 30.75 69.8 -
YUV 153.72 164.28 173.14 -
System Red Green Blue C M Y K H S L
Decimal 217 109 218 0.00 0.5 0 0.15 299.45 0.6 0.64
Hex D9 6D DA 0 32 0 F 12B 3C 40
Octal 331 155 332 0 62 0 17 453 74 100
Binary 11011001 1101101 11011010 0 110010 0 1111 100101011 111100 1000000

Color Harmonies of #D96DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96DDA

Black with #D96DDA

Text Example


Text Example

White with #D96DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96DDA; }

 p { color: rgb(217,109,218); }

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

background-color css

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

 a { background-color: rgb(217,109,218); }

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

border-color css

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

 span { border-color: rgb(217,109,218); }

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