Html Css Color HEX #D977E4 Orchid

📋 copy color: '#D977E4'

red 217 ◦ green 119 ◦ blue 228

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

Shades of Orchid #D977E4

Tints of Orchid #D977E4

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.1%

 BLUE value IS 228 (89.45% from 255) = 40.43%

R = 38.48%
G = 21.1%
B = 40.43%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D977E4 (or 0xD977E4) is known color: Orchid. HEX triplet: D9, 77 and E4. RGB value is (217,119,228). Sum of RGB (Red+Green+Blue) = 217+119+228=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 119 (46.88% from 255 or 21.10% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 228 - color contains mainly: blue. Hex color #D977E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977E4 is #26881B. Grayscale: #A0A0A0. Windows color (decimal): -2525212 or 14972889. OLE color: 14972889.

HSL color Cylindrical-coordinate representation of color #D977E4: hue angle of 293.94º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D977E4 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 217 119 228 -
CMYK 0.05 0.48 0 0.11
HSL 293.94º 0.67% 0.68% -
HSV(B) 293.94º 0.48% 0.89% -
XYZ 49.22 33.55 77.28 -
YUV 160.73 165.97 168.14 -
System Red Green Blue C M Y K H S L
Decimal 217 119 228 0.05 0.48 0 0.11 293.94 0.67 0.68
Hex D9 77 E4 5 30 0 B 126 43 44
Octal 331 167 344 5 60 0 13 446 103 104
Binary 11011001 1110111 11100100 101 110000 0 1011 100100110 1000011 1000100

Color Harmonies of #D977E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D977E4

Black with #D977E4

Text Example


Text Example

White with #D977E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D977E4; }

 p { color: rgb(217,119,228); }

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

background-color css

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

 a { background-color: rgb(217,119,228); }

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

border-color css

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

 span { border-color: rgb(217,119,228); }

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