Html Css Color HEX #D974D3 Orchid

📋 copy color: '#D974D3'

red 217 ◦ green 116 ◦ blue 211

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

Shades of Orchid #D974D3

Tints of Orchid #D974D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.79%

R = 39.89%
G = 21.32%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D974D3 (or 0xD974D3) is known color: Orchid. HEX triplet: D9, 74 and D3. RGB value is (217,116,211). Sum of RGB (Red+Green+Blue) = 217+116+211=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 116 (45.70% from 255 or 21.32% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 217 - color contains mainly: red. Hex color #D974D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D974D3 is #268B2C. Grayscale: #9C9C9C. Windows color (decimal): -2525997 or 13858009. OLE color: 13858009.

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

Color convert

RGB 217 116 211 -
CMYK 0 0.47 0.03 0.15
HSL 303.56º 0.57% 0.65% -
HSV(B) 303.56º 0.47% 0.85% -
XYZ 46.62 31.95 65.34 -
YUV 157.03 158.46 170.78 -
System Red Green Blue C M Y K H S L
Decimal 217 116 211 0 0.47 0.03 0.15 303.56 0.57 0.65
Hex D9 74 D3 0 2F 3 F 130 39 41
Octal 331 164 323 0 57 3 17 460 71 101
Binary 11011001 1110100 11010011 0 101111 11 1111 100110000 111001 1000001

Color Harmonies of #D974D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D974D3

Black with #D974D3

Text Example


Text Example

White with #D974D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D974D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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