Html Css Color HEX #D971CF Orchid

📋 copy color: '#D971CF'

red 217 ◦ green 113 ◦ blue 207

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

Shades of Orchid #D971CF

Tints of Orchid #D971CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.55%

R = 40.41%
G = 21.04%
B = 38.55%

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

#D971CF (or 0xD971CF) is known color: Orchid. HEX triplet: D9, 71 and CF. RGB value is (217,113,207). Sum of RGB (Red+Green+Blue) = 217+113+207=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D971CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971CF is #268E30. Grayscale: #9A9A9A. Windows color (decimal): -2526769 or 13595097. OLE color: 13595097.

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

Color convert

RGB 217 113 207 -
CMYK 0 0.48 0.05 0.15
HSL 305.77º 0.58% 0.65% -
HSV(B) 305.77º 0.48% 0.85% -
XYZ 45.78 31.07 62.61 -
YUV 154.81 157.46 172.36 -
System Red Green Blue C M Y K H S L
Decimal 217 113 207 0 0.48 0.05 0.15 305.77 0.58 0.65
Hex D9 71 CF 0 30 5 F 132 3A 41
Octal 331 161 317 0 60 5 17 462 72 101
Binary 11011001 1110001 11001111 0 110000 101 1111 100110010 111010 1000001

Color Harmonies of #D971CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D971CF

Black with #D971CF

Text Example


Text Example

White with #D971CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D971CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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