Html Css Color HEX #D978CC Orchid

📋 copy color: '#D978CC'

red 217 ◦ green 120 ◦ blue 204

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

Shades of Orchid #D978CC

Tints of Orchid #D978CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.71%

R = 40.11%
G = 22.18%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D978CC (or 0xD978CC) is known color: Orchid. HEX triplet: D9, 78 and CC. RGB value is (217,120,204). Sum of RGB (Red+Green+Blue) = 217+120+204=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 120 (47.27% from 255 or 22.18% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D978CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D978CC is #268733. Grayscale: #9E9E9E. Windows color (decimal): -2524980 or 13400281. OLE color: 13400281.

HSL color Cylindrical-coordinate representation of color #D978CC: hue angle of 308.04º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D978CC is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 120 204 -
CMYK 0 0.45 0.06 0.15
HSL 308.04º 0.56% 0.66% -
HSV(B) 308.04º 0.45% 0.85% -
XYZ 46.23 32.54 60.97 -
YUV 158.58 153.64 169.67 -
System Red Green Blue C M Y K H S L
Decimal 217 120 204 0 0.45 0.06 0.15 308.04 0.56 0.66
Hex D9 78 CC 0 2D 6 F 134 38 42
Octal 331 170 314 0 55 6 17 464 70 102
Binary 11011001 1111000 11001100 0 101101 110 1111 100110100 111000 1000010

Color Harmonies of #D978CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D978CC

Black with #D978CC

Text Example


Text Example

White with #D978CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D978CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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