Html Css Color HEX #D974DC Orchid

📋 copy color: '#D974DC'

red 217 ◦ green 116 ◦ blue 220

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

Shades of Orchid #D974DC

Tints of Orchid #D974DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.78%

R = 39.24%
G = 20.98%
B = 39.78%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D974DC (or 0xD974DC) is known color: Orchid. HEX triplet: D9, 74 and DC. RGB value is (217,116,220). Sum of RGB (Red+Green+Blue) = 217+116+220=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 116 (45.70% from 255 or 20.98% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #D974DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D974DC is #268B23. Grayscale: #9D9D9D. Windows color (decimal): -2525988 or 14447833. OLE color: 14447833.

HSL color Cylindrical-coordinate representation of color #D974DC: hue angle of 298.27º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D974DC is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 116 220 -
CMYK 0.01 0.47 0 0.14
HSL 298.27º 0.6% 0.66% -
HSV(B) 298.27º 0.47% 0.86% -
XYZ 47.78 32.41 71.45 -
YUV 158.06 162.96 170.04 -
System Red Green Blue C M Y K H S L
Decimal 217 116 220 0.01 0.47 0 0.14 298.27 0.6 0.66
Hex D9 74 DC 1 2F 0 E 12A 3C 42
Octal 331 164 334 1 57 0 16 452 74 102
Binary 11011001 1110100 11011100 1 101111 0 1110 100101010 111100 1000010

Color Harmonies of #D974DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D974DC

Black with #D974DC

Text Example


Text Example

White with #D974DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D974DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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