Html Css Color HEX #D974D0 Orchid

📋 copy color: '#D974D0'

red 217 ◦ green 116 ◦ blue 208

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

Shades of Orchid #D974D0

Tints of Orchid #D974D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.45%

R = 40.11%
G = 21.44%
B = 38.45%

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

#D974D0 (or 0xD974D0) is known color: Orchid. HEX triplet: D9, 74 and D0. RGB value is (217,116,208). Sum of RGB (Red+Green+Blue) = 217+116+208=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 116 (45.70% from 255 or 21.44% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D974D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D974D0 is #268B2F. Grayscale: #9C9C9C. Windows color (decimal): -2526000 or 13661401. OLE color: 13661401.

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

Color convert

RGB 217 116 208 -
CMYK 0 0.47 0.04 0.15
HSL 305.35º 0.57% 0.65% -
HSV(B) 305.35º 0.47% 0.85% -
XYZ 46.25 31.8 63.37 -
YUV 156.69 156.96 171.02 -
System Red Green Blue C M Y K H S L
Decimal 217 116 208 0 0.47 0.04 0.15 305.35 0.57 0.65
Hex D9 74 D0 0 2F 4 F 131 39 41
Octal 331 164 320 0 57 4 17 461 71 101
Binary 11011001 1110100 11010000 0 101111 100 1111 100110001 111001 1000001

Color Harmonies of #D974D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D974D0

Black with #D974D0

Text Example


Text Example

White with #D974D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D974D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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