Html Css Color HEX #D976E0 Orchid

📋 copy color: '#D976E0'

red 217 ◦ green 118 ◦ blue 224

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

Shades of Orchid #D976E0

Tints of Orchid #D976E0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.11%

 BLUE value IS 224 (87.89% from 255) = 40.07%

R = 38.82%
G = 21.11%
B = 40.07%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D976E0 (or 0xD976E0) is known color: Orchid. HEX triplet: D9, 76 and E0. RGB value is (217,118,224). Sum of RGB (Red+Green+Blue) = 217+118+224=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #D976E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D976E0 is #26891F. Grayscale: #9F9F9F. Windows color (decimal): -2525472 or 14710489. OLE color: 14710489.

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

Color convert

RGB 217 118 224 -
CMYK 0.03 0.47 0 0.12
HSL 296.04º 0.63% 0.67% -
HSV(B) 296.04º 0.47% 0.88% -
XYZ 48.55 33.09 74.35 -
YUV 159.69 164.3 168.88 -
System Red Green Blue C M Y K H S L
Decimal 217 118 224 0.03 0.47 0 0.12 296.04 0.63 0.67
Hex D9 76 E0 3 2F 0 C 128 3F 43
Octal 331 166 340 3 57 0 14 450 77 103
Binary 11011001 1110110 11100000 11 101111 0 1100 100101000 111111 1000011

Color Harmonies of #D976E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D976E0

Black with #D976E0

Text Example


Text Example

White with #D976E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D976E0; }

 p { color: rgb(217,118,224); }

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

background-color css

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

 a { background-color: rgb(217,118,224); }

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

border-color css

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

 span { border-color: rgb(217,118,224); }

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