Html Css Color HEX #D971CE Orchid

📋 copy color: '#D971CE'

red 217 ◦ green 113 ◦ blue 206

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

Shades of Orchid #D971CE

Tints of Orchid #D971CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.43%

R = 40.49%
G = 21.08%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D971CE (or 0xD971CE) is known color: Orchid. HEX triplet: D9, 71 and CE. RGB value is (217,113,206). Sum of RGB (Red+Green+Blue) = 217+113+206=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 113 (44.53% from 255 or 21.08% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D971CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971CE is #268E31. Grayscale: #9A9A9A. Windows color (decimal): -2526770 or 13529561. OLE color: 13529561.

HSL color Cylindrical-coordinate representation of color #D971CE: hue angle of 306.35º 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 #D971CE is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 113 206 -
CMYK 0 0.48 0.05 0.15
HSL 306.35º 0.58% 0.65% -
HSV(B) 306.35º 0.48% 0.85% -
XYZ 45.66 31.02 61.97 -
YUV 154.7 156.96 172.44 -
System Red Green Blue C M Y K H S L
Decimal 217 113 206 0 0.48 0.05 0.15 306.35 0.58 0.65
Hex D9 71 CE 0 30 5 F 132 3A 41
Octal 331 161 316 0 60 5 17 462 72 101
Binary 11011001 1110001 11001110 0 110000 101 1111 100110010 111010 1000001

Color Harmonies of #D971CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D971CE

Black with #D971CE

Text Example


Text Example

White with #D971CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D971CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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