Html Css Color HEX #D978DD Orchid

📋 copy color: '#D978DD'

red 217 ◦ green 120 ◦ blue 221

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

Shades of Orchid #D978DD

Tints of Orchid #D978DD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.51%

 BLUE value IS 221 (86.72% from 255) = 39.61%

R = 38.89%
G = 21.51%
B = 39.61%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D978DD (or 0xD978DD) is known color: Orchid. HEX triplet: D9, 78 and DD. RGB value is (217,120,221). Sum of RGB (Red+Green+Blue) = 217+120+221=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 120 (47.27% from 255 or 21.51% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #D978DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D978DD is #268722. Grayscale: #A0A0A0. Windows color (decimal): -2524963 or 14514393. OLE color: 14514393.

HSL color Cylindrical-coordinate representation of color #D978DD: hue angle of 297.62º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D978DD is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 120 221 -
CMYK 0.02 0.46 0 0.13
HSL 297.62º 0.6% 0.67% -
HSV(B) 297.62º 0.46% 0.87% -
XYZ 48.38 33.41 72.3 -
YUV 160.52 162.14 168.29 -
System Red Green Blue C M Y K H S L
Decimal 217 120 221 0.02 0.46 0 0.13 297.62 0.6 0.67
Hex D9 78 DD 2 2E 0 D 12A 3C 43
Octal 331 170 335 2 56 0 15 452 74 103
Binary 11011001 1111000 11011101 10 101110 0 1101 100101010 111100 1000011

Color Harmonies of #D978DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D978DD

Black with #D978DD

Text Example


Text Example

White with #D978DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D978DD; }

 p { color: rgb(217,120,221); }

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

background-color css

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

 a { background-color: rgb(217,120,221); }

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

border-color css

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

 span { border-color: rgb(217,120,221); }

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