Html Css Color HEX #D76DB9 Orchid

📋 copy color: '#D76DB9'

red 215 ◦ green 109 ◦ blue 185

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

Shades of Orchid #D76DB9

Tints of Orchid #D76DB9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.41%

 BLUE value IS 185 (72.66% from 255) = 36.35%

R = 42.24%
G = 21.41%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D76DB9 (or 0xD76DB9) is known color: Orchid. HEX triplet: D7, 6D and B9. RGB value is (215,109,185). Sum of RGB (Red+Green+Blue) = 215+109+185=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76DB9 is #289246. Grayscale: #959595. Windows color (decimal): -2658887 or 12152279. OLE color: 12152279.

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

Color convert

RGB 215 109 185 -
CMYK 0 0.49 0.14 0.16
HSL 316.98º 0.57% 0.64% -
HSV(B) 316.98º 0.49% 0.84% -
XYZ 42.25 28.89 49.25 -
YUV 149.36 148.12 174.82 -
System Red Green Blue C M Y K H S L
Decimal 215 109 185 0 0.49 0.14 0.16 316.98 0.57 0.64
Hex D7 6D B9 0 31 E 10 13D 39 40
Octal 327 155 271 0 61 16 20 475 71 100
Binary 11010111 1101101 10111001 0 110001 1110 10000 100111101 111001 1000000

Color Harmonies of #D76DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76DB9

Black with #D76DB9

Text Example


Text Example

White with #D76DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76DB9; }

 p { color: rgb(215,109,185); }

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

background-color css

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

 a { background-color: rgb(215,109,185); }

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

border-color css

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

 span { border-color: rgb(215,109,185); }

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