Html Css Color HEX #D76ABE Orchid

📋 copy color: '#D76ABE'

red 215 ◦ green 106 ◦ blue 190

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

Shades of Orchid #D76ABE

Tints of Orchid #D76ABE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.74%

 BLUE value IS 190 (74.61% from 255) = 37.18%

R = 42.07%
G = 20.74%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D76ABE (or 0xD76ABE) is known color: Orchid. HEX triplet: D7, 6A and BE. RGB value is (215,106,190). Sum of RGB (Red+Green+Blue) = 215+106+190=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D76ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76ABE is #289541. Grayscale: #939393. Windows color (decimal): -2659650 or 12479191. OLE color: 12479191.

HSL color Cylindrical-coordinate representation of color #D76ABE: hue angle of 313.76º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76ABE is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 106 190 -
CMYK 0 0.51 0.12 0.16
HSL 313.76º 0.58% 0.63% -
HSV(B) 313.76º 0.51% 0.84% -
XYZ 42.47 28.47 51.97 -
YUV 148.17 151.61 175.67 -
System Red Green Blue C M Y K H S L
Decimal 215 106 190 0 0.51 0.12 0.16 313.76 0.58 0.63
Hex D7 6A BE 0 33 C 10 13A 3A 3F
Octal 327 152 276 0 63 14 20 472 72 77
Binary 11010111 1101010 10111110 0 110011 1100 10000 100111010 111010 111111

Color Harmonies of #D76ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76ABE

Black with #D76ABE

Text Example


Text Example

White with #D76ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76ABE; }

 p { color: rgb(215,106,190); }

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

background-color css

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

 a { background-color: rgb(215,106,190); }

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

border-color css

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

 span { border-color: rgb(215,106,190); }

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