Html Css Color HEX #D76DD9 Orchid

📋 copy color: '#D76DD9'

red 215 ◦ green 109 ◦ blue 217

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

Shades of Orchid #D76DD9

Tints of Orchid #D76DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.11%

R = 39.74%
G = 20.15%
B = 40.11%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D76DD9 (or 0xD76DD9) is known color: Orchid. HEX triplet: D7, 6D and D9. RGB value is (215,109,217). Sum of RGB (Red+Green+Blue) = 215+109+217=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 217 - color contains mainly: blue. Hex color #D76DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76DD9 is #289226. Grayscale: #989898. Windows color (decimal): -2658855 or 14249431. OLE color: 14249431.

HSL color Cylindrical-coordinate representation of color #D76DD9: hue angle of 298.89º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76DD9 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 109 217 -
CMYK 0.01 0.50 0 0.15
HSL 298.89º 0.59% 0.64% -
HSV(B) 298.89º 0.5% 0.85% -
XYZ 46.02 30.39 69.09 -
YUV 153.01 164.12 172.22 -
System Red Green Blue C M Y K H S L
Decimal 215 109 217 0.01 0.50 0 0.15 298.89 0.59 0.64
Hex D7 6D D9 1 32 0 F 12B 3B 40
Octal 327 155 331 1 62 0 17 453 73 100
Binary 11010111 1101101 11011001 1 110010 0 1111 100101011 111011 1000000

Color Harmonies of #D76DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76DD9

Black with #D76DD9

Text Example


Text Example

White with #D76DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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