Html Css Color HEX #D977E5 Orchid

📋 copy color: '#D977E5'

red 217 ◦ green 119 ◦ blue 229

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

Shades of Orchid #D977E5

Tints of Orchid #D977E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.53%

R = 38.41%
G = 21.06%
B = 40.53%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D977E5 (or 0xD977E5) is known color: Orchid. HEX triplet: D9, 77 and E5. RGB value is (217,119,229). Sum of RGB (Red+Green+Blue) = 217+119+229=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 119 (46.88% from 255 or 21.06% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #D977E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977E5 is #26881A. Grayscale: #A0A0A0. Windows color (decimal): -2525211 or 15038425. OLE color: 15038425.

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

Color convert

RGB 217 119 229 -
CMYK 0.05 0.48 0 0.10
HSL 293.45º 0.68% 0.68% -
HSV(B) 293.45º 0.48% 0.9% -
XYZ 49.35 33.6 78.01 -
YUV 160.84 166.47 168.06 -
System Red Green Blue C M Y K H S L
Decimal 217 119 229 0.05 0.48 0 0.10 293.45 0.68 0.68
Hex D9 77 E5 5 30 0 A 125 44 44
Octal 331 167 345 5 60 0 12 445 104 104
Binary 11011001 1110111 11100101 101 110000 0 1010 100100101 1000100 1000100

Color Harmonies of #D977E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D977E5

Black with #D977E5

Text Example


Text Example

White with #D977E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D977E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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