Html Css Color HEX #D96BDB Orchid

📋 copy color: '#D96BDB'

red 217 ◦ green 107 ◦ blue 219

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

Shades of Orchid #D96BDB

Tints of Orchid #D96BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.71%

 BLUE value IS 219 (85.94% from 255) = 40.33%

R = 39.96%
G = 19.71%
B = 40.33%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D96BDB (or 0xD96BDB) is known color: Orchid. HEX triplet: D9, 6B and DB. RGB value is (217,107,219). Sum of RGB (Red+Green+Blue) = 217+107+219=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 107 (42.19% from 255 or 19.71% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #D96BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96BDB is #269424. Grayscale: #989898. Windows color (decimal): -2528293 or 14379993. OLE color: 14379993.

HSL color Cylindrical-coordinate representation of color #D96BDB: hue angle of 298.93º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96BDB is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 107 219 -
CMYK 0.01 0.51 0 0.14
HSL 298.93º 0.61% 0.64% -
HSV(B) 298.93º 0.51% 0.86% -
XYZ 46.66 30.38 70.42 -
YUV 152.66 165.44 173.89 -
System Red Green Blue C M Y K H S L
Decimal 217 107 219 0.01 0.51 0 0.14 298.93 0.61 0.64
Hex D9 6B DB 1 33 0 E 12B 3D 40
Octal 331 153 333 1 63 0 16 453 75 100
Binary 11011001 1101011 11011011 1 110011 0 1110 100101011 111101 1000000

Color Harmonies of #D96BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96BDB

Black with #D96BDB

Text Example


Text Example

White with #D96BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96BDB; }

 p { color: rgb(217,107,219); }

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

background-color css

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

 a { background-color: rgb(217,107,219); }

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

border-color css

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

 span { border-color: rgb(217,107,219); }

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