Html Css Color HEX #D974D1 Orchid

📋 copy color: '#D974D1'

red 217 ◦ green 116 ◦ blue 209

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

Shades of Orchid #D974D1

Tints of Orchid #D974D1

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.4%

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

R = 40.04%
G = 21.4%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D974D1 (or 0xD974D1) is known color: Orchid. HEX triplet: D9, 74 and D1. RGB value is (217,116,209). Sum of RGB (Red+Green+Blue) = 217+116+209=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 116 (45.70% from 255 or 21.40% from 542); Blue value is 209 (82.03% from 255 or 38.56% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D974D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D974D1 is #268B2E. Grayscale: #9C9C9C. Windows color (decimal): -2525999 or 13726937. OLE color: 13726937.

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

Color convert

RGB 217 116 209 -
CMYK 0 0.47 0.04 0.15
HSL 304.75º 0.57% 0.65% -
HSV(B) 304.75º 0.47% 0.85% -
XYZ 46.37 31.85 64.02 -
YUV 156.8 157.46 170.94 -
System Red Green Blue C M Y K H S L
Decimal 217 116 209 0 0.47 0.04 0.15 304.75 0.57 0.65
Hex D9 74 D1 0 2F 4 F 131 39 41
Octal 331 164 321 0 57 4 17 461 71 101
Binary 11011001 1110100 11010001 0 101111 100 1111 100110001 111001 1000001

Color Harmonies of #D974D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D974D1

Black with #D974D1

Text Example


Text Example

White with #D974D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D974D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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