Html Css Color HEX #D978E1 Orchid

📋 copy color: '#D978E1'

red 217 ◦ green 120 ◦ blue 225

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

Shades of Orchid #D978E1

Tints of Orchid #D978E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.04%

R = 38.61%
G = 21.35%
B = 40.04%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D978E1 (or 0xD978E1) is known color: Orchid. HEX triplet: D9, 78 and E1. RGB value is (217,120,225). Sum of RGB (Red+Green+Blue) = 217+120+225=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 120 (47.27% from 255 or 21.35% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 225 - color contains mainly: blue. Hex color #D978E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D978E1 is #26871E. Grayscale: #A0A0A0. Windows color (decimal): -2524959 or 14776537. OLE color: 14776537.

HSL color Cylindrical-coordinate representation of color #D978E1: hue angle of 295.43º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D978E1 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 120 225 -
CMYK 0.04 0.47 0 0.12
HSL 295.43º 0.64% 0.68% -
HSV(B) 295.43º 0.47% 0.88% -
XYZ 48.92 33.62 75.15 -
YUV 160.97 164.14 167.96 -
System Red Green Blue C M Y K H S L
Decimal 217 120 225 0.04 0.47 0 0.12 295.43 0.64 0.68
Hex D9 78 E1 4 2F 0 C 127 40 44
Octal 331 170 341 4 57 0 14 447 100 104
Binary 11011001 1111000 11100001 100 101111 0 1100 100100111 1000000 1000100

Color Harmonies of #D978E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D978E1

Black with #D978E1

Text Example


Text Example

White with #D978E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D978E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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