Html Css Color HEX #D76ED4 Orchid

📋 copy color: '#D76ED4'

red 215 ◦ green 110 ◦ blue 212

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

Shades of Orchid #D76ED4

Tints of Orchid #D76ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.48%

R = 40.04%
G = 20.48%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D76ED4 (or 0xD76ED4) is known color: Orchid. HEX triplet: D7, 6E and D4. RGB value is (215,110,212). Sum of RGB (Red+Green+Blue) = 215+110+212=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 110 (43.36% from 255 or 20.48% from 537); Blue value is 212 (83.20% from 255 or 39.48% from 537); Max value from RGB is 215 - color contains mainly: red. Hex color #D76ED4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76ED4 is #28912B. Grayscale: #989898. Windows color (decimal): -2658604 or 13922007. OLE color: 13922007.

HSL color Cylindrical-coordinate representation of color #D76ED4: hue angle of 301.71º 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 #D76ED4 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 110 212 -
CMYK 0 0.49 0.01 0.16
HSL 301.71º 0.57% 0.64% -
HSV(B) 301.71º 0.49% 0.84% -
XYZ 45.48 30.35 65.75 -
YUV 153.02 161.29 172.21 -
System Red Green Blue C M Y K H S L
Decimal 215 110 212 0 0.49 0.01 0.16 301.71 0.57 0.64
Hex D7 6E D4 0 31 1 10 12E 39 40
Octal 327 156 324 0 61 1 20 456 71 100
Binary 11010111 1101110 11010100 0 110001 1 10000 100101110 111001 1000000

Color Harmonies of #D76ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76ED4

Black with #D76ED4

Text Example


Text Example

White with #D76ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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