Html Css Color HEX #D76EC7 Orchid

📋 copy color: '#D76EC7'

red 215 ◦ green 110 ◦ blue 199

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

Shades of Orchid #D76EC7

Tints of Orchid #D76EC7

RGB

 RED value IS 215 (84.38% from 255) = 41.03%

 GREEN value IS 110 (43.36% from 255) = 20.99%

 BLUE value IS 199 (78.13% from 255) = 37.98%

R = 41.03%
G = 20.99%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D76EC7 (or 0xD76EC7) is known color: Orchid. HEX triplet: D7, 6E and C7. RGB value is (215,110,199). Sum of RGB (Red+Green+Blue) = 215+110+199=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 199 (78.12% from 255 or 37.98% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D76EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76EC7 is #289138. Grayscale: #979797. Windows color (decimal): -2658617 or 13070039. OLE color: 13070039.

HSL color Cylindrical-coordinate representation of color #D76EC7: hue angle of 309.14º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76EC7 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 110 199 -
CMYK 0 0.49 0.07 0.16
HSL 309.14º 0.57% 0.64% -
HSV(B) 309.14º 0.49% 0.84% -
XYZ 43.91 29.72 57.46 -
YUV 151.54 154.79 173.26 -
System Red Green Blue C M Y K H S L
Decimal 215 110 199 0 0.49 0.07 0.16 309.14 0.57 0.64
Hex D7 6E C7 0 31 7 10 135 39 40
Octal 327 156 307 0 61 7 20 465 71 100
Binary 11010111 1101110 11000111 0 110001 111 10000 100110101 111001 1000000

Color Harmonies of #D76EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76EC7

Black with #D76EC7

Text Example


Text Example

White with #D76EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76EC7; }

 p { color: rgb(215,110,199); }

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

background-color css

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

 a { background-color: rgb(215,110,199); }

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

border-color css

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

 span { border-color: rgb(215,110,199); }

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