Html Css Color HEX #D96ADA Orchid

📋 copy color: '#D96ADA'

red 217 ◦ green 106 ◦ blue 218

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

Shades of Orchid #D96ADA

Tints of Orchid #D96ADA

RGB

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

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

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

R = 40.11%
G = 19.59%
B = 40.3%

CMYK

 C value IS 0.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D96ADA (or 0xD96ADA) is known color: Orchid. HEX triplet: D9, 6A and DA. RGB value is (217,106,218). Sum of RGB (Red+Green+Blue) = 217+106+218=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 106 (41.80% from 255 or 19.59% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #D96ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96ADA is #269525. Grayscale: #979797. Windows color (decimal): -2528550 or 14314201. OLE color: 14314201.

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

Color convert

RGB 217 106 218 -
CMYK 0.00 0.51 0 0.15
HSL 299.46º 0.6% 0.64% -
HSV(B) 299.46º 0.51% 0.85% -
XYZ 46.42 30.12 69.7 -
YUV 151.96 165.27 174.39 -
System Red Green Blue C M Y K H S L
Decimal 217 106 218 0.00 0.51 0 0.15 299.46 0.6 0.64
Hex D9 6A DA 0 33 0 F 12B 3C 40
Octal 331 152 332 0 63 0 17 453 74 100
Binary 11011001 1101010 11011010 0 110011 0 1111 100101011 111100 1000000

Color Harmonies of #D96ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96ADA

Black with #D96ADA

Text Example


Text Example

White with #D96ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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