Html Css Color HEX #D97AD4 Orchid

📋 copy color: '#D97AD4'

red 217 ◦ green 122 ◦ blue 212

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

Shades of Orchid #D97AD4

Tints of Orchid #D97AD4

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.14%

 BLUE value IS 212 (83.2% from 255) = 38.48%

R = 39.38%
G = 22.14%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D97AD4 (or 0xD97AD4) is known color: Orchid. HEX triplet: D9, 7A and D4. RGB value is (217,122,212). Sum of RGB (Red+Green+Blue) = 217+122+212=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 122 (48.05% from 255 or 22.14% from 551); Blue value is 212 (83.20% from 255 or 38.48% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D97AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97AD4 is #26852B. Grayscale: #A0A0A0. Windows color (decimal): -2524460 or 13925081. OLE color: 13925081.

HSL color Cylindrical-coordinate representation of color #D97AD4: hue angle of 303.16º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D97AD4 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 122 212 -
CMYK 0 0.44 0.02 0.15
HSL 303.16º 0.56% 0.66% -
HSV(B) 303.16º 0.44% 0.85% -
XYZ 47.46 33.42 66.24 -
YUV 160.67 156.97 168.18 -
System Red Green Blue C M Y K H S L
Decimal 217 122 212 0 0.44 0.02 0.15 303.16 0.56 0.66
Hex D9 7A D4 0 2C 2 F 12F 38 42
Octal 331 172 324 0 54 2 17 457 70 102
Binary 11011001 1111010 11010100 0 101100 10 1111 100101111 111000 1000010

Color Harmonies of #D97AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97AD4

Black with #D97AD4

Text Example


Text Example

White with #D97AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97AD4; }

 p { color: rgb(217,122,212); }

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

background-color css

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

 a { background-color: rgb(217,122,212); }

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

border-color css

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

 span { border-color: rgb(217,122,212); }

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