Html Css Color HEX #D776DA Orchid

📋 copy color: '#D776DA'

red 215 ◦ green 118 ◦ blue 218

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

Shades of Orchid #D776DA

Tints of Orchid #D776DA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.42%

 BLUE value IS 218 (85.55% from 255) = 39.56%

R = 39.02%
G = 21.42%
B = 39.56%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D776DA (or 0xD776DA) is known color: Orchid. HEX triplet: D7, 76 and DA. RGB value is (215,118,218). Sum of RGB (Red+Green+Blue) = 215+118+218=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #D776DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D776DA is #288925. Grayscale: #9E9E9E. Windows color (decimal): -2656550 or 14317271. OLE color: 14317271.

HSL color Cylindrical-coordinate representation of color #D776DA: hue angle of 298.2º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D776DA is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 118 218 -
CMYK 0.01 0.46 0 0.15
HSL 298.2º 0.57% 0.66% -
HSV(B) 298.2º 0.46% 0.85% -
XYZ 47.16 32.47 70.11 -
YUV 158.4 161.64 168.37 -
System Red Green Blue C M Y K H S L
Decimal 215 118 218 0.01 0.46 0 0.15 298.2 0.57 0.66
Hex D7 76 DA 1 2E 0 F 12A 39 42
Octal 327 166 332 1 56 0 17 452 71 102
Binary 11010111 1110110 11011010 1 101110 0 1111 100101010 111001 1000010

Color Harmonies of #D776DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D776DA

Black with #D776DA

Text Example


Text Example

White with #D776DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D776DA; }

 p { color: rgb(215,118,218); }

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

background-color css

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

 a { background-color: rgb(215,118,218); }

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

border-color css

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

 span { border-color: rgb(215,118,218); }

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