Html Css Color HEX #D97FDD Orchid

📋 copy color: '#D97FDD'

red 217 ◦ green 127 ◦ blue 221

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

Shades of Orchid #D97FDD

Tints of Orchid #D97FDD

RGB

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

 GREEN value IS 127 (50% from 255) = 22.48%

 BLUE value IS 221 (86.72% from 255) = 39.12%

R = 38.41%
G = 22.48%
B = 39.12%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D97FDD (or 0xD97FDD) is known color: Orchid. HEX triplet: D9, 7F and DD. RGB value is (217,127,221). Sum of RGB (Red+Green+Blue) = 217+127+221=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 127 (50% from 255 or 22.48% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #D97FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97FDD is #268022. Grayscale: #A4A4A4. Windows color (decimal): -2523171 or 14516185. OLE color: 14516185.

HSL color Cylindrical-coordinate representation of color #D97FDD: hue angle of 297.45º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D97FDD is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 127 221 -
CMYK 0.02 0.43 0 0.13
HSL 297.45º 0.58% 0.68% -
HSV(B) 297.45º 0.43% 0.87% -
XYZ 49.26 35.15 72.6 -
YUV 164.63 159.82 165.36 -
System Red Green Blue C M Y K H S L
Decimal 217 127 221 0.02 0.43 0 0.13 297.45 0.58 0.68
Hex D9 7F DD 2 2B 0 D 129 3A 44
Octal 331 177 335 2 53 0 15 451 72 104
Binary 11011001 1111111 11011101 10 101011 0 1101 100101001 111010 1000100

Color Harmonies of #D97FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97FDD

Black with #D97FDD

Text Example


Text Example

White with #D97FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97FDD; }

 p { color: rgb(217,127,221); }

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

background-color css

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

 a { background-color: rgb(217,127,221); }

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

border-color css

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

 span { border-color: rgb(217,127,221); }

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