Html Css Color HEX #D96ADF Orchid

📋 copy color: '#D96ADF'

red 217 ◦ green 106 ◦ blue 223

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

Shades of Orchid #D96ADF

Tints of Orchid #D96ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.84%

R = 39.74%
G = 19.41%
B = 40.84%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D96ADF (or 0xD96ADF) is known color: Orchid. HEX triplet: D9, 6A and DF. RGB value is (217,106,223). Sum of RGB (Red+Green+Blue) = 217+106+223=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 106 (41.80% from 255 or 19.41% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #D96ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96ADF is #269520. Grayscale: #989898. Windows color (decimal): -2528545 or 14641881. OLE color: 14641881.

HSL color Cylindrical-coordinate representation of color #D96ADF: hue angle of 296.92º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D96ADF is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 106 223 -
CMYK 0.03 0.52 0 0.13
HSL 296.92º 0.65% 0.65% -
HSV(B) 296.92º 0.52% 0.87% -
XYZ 47.09 30.39 73.2 -
YUV 152.53 167.77 173.99 -
System Red Green Blue C M Y K H S L
Decimal 217 106 223 0.03 0.52 0 0.13 296.92 0.65 0.65
Hex D9 6A DF 3 34 0 D 129 41 41
Octal 331 152 337 3 64 0 15 451 101 101
Binary 11011001 1101010 11011111 11 110100 0 1101 100101001 1000001 1000001

Color Harmonies of #D96ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96ADF

Black with #D96ADF

Text Example


Text Example

White with #D96ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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