Html Css Color HEX #D96ADB Orchid

📋 copy color: '#D96ADB'

red 217 ◦ green 106 ◦ blue 219

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

Shades of Orchid #D96ADB

Tints of Orchid #D96ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.56%

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

R = 40.04%
G = 19.56%
B = 40.41%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D96ADB (or 0xD96ADB) is known color: Orchid. HEX triplet: D9, 6A and DB. RGB value is (217,106,219). Sum of RGB (Red+Green+Blue) = 217+106+219=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 106 (41.80% from 255 or 19.56% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #D96ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96ADB is #269524. Grayscale: #979797. Windows color (decimal): -2528549 or 14379737. OLE color: 14379737.

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

Color convert

RGB 217 106 219 -
CMYK 0.01 0.52 0 0.14
HSL 298.94º 0.61% 0.64% -
HSV(B) 298.94º 0.52% 0.86% -
XYZ 46.56 30.17 70.39 -
YUV 152.07 165.77 174.31 -
System Red Green Blue C M Y K H S L
Decimal 217 106 219 0.01 0.52 0 0.14 298.94 0.61 0.64
Hex D9 6A DB 1 34 0 E 12B 3D 40
Octal 331 152 333 1 64 0 16 453 75 100
Binary 11011001 1101010 11011011 1 110100 0 1110 100101011 111101 1000000

Color Harmonies of #D96ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96ADB

Black with #D96ADB

Text Example


Text Example

White with #D96ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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