Html Css Color HEX #D971DD Orchid

📋 copy color: '#D971DD'

red 217 ◦ green 113 ◦ blue 221

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

Shades of Orchid #D971DD

Tints of Orchid #D971DD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.51%

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

R = 39.38%
G = 20.51%
B = 40.11%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D971DD (or 0xD971DD) is known color: Orchid. HEX triplet: D9, 71 and DD. RGB value is (217,113,221). Sum of RGB (Red+Green+Blue) = 217+113+221=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #D971DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971DD is #268E22. Grayscale: #9C9C9C. Windows color (decimal): -2526755 or 14512601. OLE color: 14512601.

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

Color convert

RGB 217 113 221 -
CMYK 0.02 0.49 0 0.13
HSL 297.78º 0.61% 0.65% -
HSV(B) 297.78º 0.49% 0.87% -
XYZ 47.57 31.78 72.03 -
YUV 156.41 164.46 171.22 -
System Red Green Blue C M Y K H S L
Decimal 217 113 221 0.02 0.49 0 0.13 297.78 0.61 0.65
Hex D9 71 DD 2 31 0 D 12A 3D 41
Octal 331 161 335 2 61 0 15 452 75 101
Binary 11011001 1110001 11011101 10 110001 0 1101 100101010 111101 1000001

Color Harmonies of #D971DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D971DD

Black with #D971DD

Text Example


Text Example

White with #D971DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D971DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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