Html Css Color HEX #D971CD Orchid

📋 copy color: '#D971CD'

red 217 ◦ green 113 ◦ blue 205

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

Shades of Orchid #D971CD

Tints of Orchid #D971CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.32%

R = 40.56%
G = 21.12%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D971CD (or 0xD971CD) is known color: Orchid. HEX triplet: D9, 71 and CD. RGB value is (217,113,205). Sum of RGB (Red+Green+Blue) = 217+113+205=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D971CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971CD is #268E32. Grayscale: #9A9A9A. Windows color (decimal): -2526771 or 13464025. OLE color: 13464025.

HSL color Cylindrical-coordinate representation of color #D971CD: hue angle of 306.92º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D971CD is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 113 205 -
CMYK 0 0.48 0.06 0.15
HSL 306.92º 0.58% 0.65% -
HSV(B) 306.92º 0.48% 0.85% -
XYZ 45.54 30.97 61.34 -
YUV 154.58 156.46 172.52 -
System Red Green Blue C M Y K H S L
Decimal 217 113 205 0 0.48 0.06 0.15 306.92 0.58 0.65
Hex D9 71 CD 0 30 6 F 133 3A 41
Octal 331 161 315 0 60 6 17 463 72 101
Binary 11011001 1110001 11001101 0 110000 110 1111 100110011 111010 1000001

Color Harmonies of #D971CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D971CD

Black with #D971CD

Text Example


Text Example

White with #D971CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D971CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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