Html Css Color HEX #D97DDF Orchid

📋 copy color: '#D97DDF'

red 217 ◦ green 125 ◦ blue 223

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

Shades of Orchid #D97DDF

Tints of Orchid #D97DDF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.12%

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

R = 38.41%
G = 22.12%
B = 39.47%

CMYK

 C value IS 0.03

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D97DDF (or 0xD97DDF) is known color: Orchid. HEX triplet: D9, 7D and DF. RGB value is (217,125,223). Sum of RGB (Red+Green+Blue) = 217+125+223=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #D97DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DDF is #268220. Grayscale: #A3A3A3. Windows color (decimal): -2523681 or 14646745. OLE color: 14646745.

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

Color convert

RGB 217 125 223 -
CMYK 0.03 0.44 0 0.13
HSL 296.33º 0.6% 0.68% -
HSV(B) 296.33º 0.44% 0.87% -
XYZ 49.27 34.75 73.92 -
YUV 163.68 161.48 166.03 -
System Red Green Blue C M Y K H S L
Decimal 217 125 223 0.03 0.44 0 0.13 296.33 0.6 0.68
Hex D9 7D DF 3 2C 0 D 128 3C 44
Octal 331 175 337 3 54 0 15 450 74 104
Binary 11011001 1111101 11011111 11 101100 0 1101 100101000 111100 1000100

Color Harmonies of #D97DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97DDF

Black with #D97DDF

Text Example


Text Example

White with #D97DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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