Html Css Color HEX #D970D1 Orchid

📋 copy color: '#D970D1'

red 217 ◦ green 112 ◦ blue 209

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

Shades of Orchid #D970D1

Tints of Orchid #D970D1

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.82%

 BLUE value IS 209 (82.03% from 255) = 38.85%

R = 40.33%
G = 20.82%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D970D1 (or 0xD970D1) is known color: Orchid. HEX triplet: D9, 70 and D1. RGB value is (217,112,209). Sum of RGB (Red+Green+Blue) = 217+112+209=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D970D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D970D1 is #268F2E. Grayscale: #9A9A9A. Windows color (decimal): -2527023 or 13725913. OLE color: 13725913.

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

Color convert

RGB 217 112 209 -
CMYK 0 0.48 0.04 0.15
HSL 304.57º 0.58% 0.65% -
HSV(B) 304.57º 0.48% 0.85% -
XYZ 45.92 30.94 63.87 -
YUV 154.45 158.79 172.61 -
System Red Green Blue C M Y K H S L
Decimal 217 112 209 0 0.48 0.04 0.15 304.57 0.58 0.65
Hex D9 70 D1 0 30 4 F 131 3A 41
Octal 331 160 321 0 60 4 17 461 72 101
Binary 11011001 1110000 11010001 0 110000 100 1111 100110001 111010 1000001

Color Harmonies of #D970D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D970D1

Black with #D970D1

Text Example


Text Example

White with #D970D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D970D1; }

 p { color: rgb(217,112,209); }

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

background-color css

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

 a { background-color: rgb(217,112,209); }

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

border-color css

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

 span { border-color: rgb(217,112,209); }

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