Html Css Color HEX #D776DB Orchid

📋 copy color: '#D776DB'

red 215 ◦ green 118 ◦ blue 219

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

Shades of Orchid #D776DB

Tints of Orchid #D776DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.67%

R = 38.95%
G = 21.38%
B = 39.67%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D776DB (or 0xD776DB) is known color: Orchid. HEX triplet: D7, 76 and DB. RGB value is (215,118,219). Sum of RGB (Red+Green+Blue) = 215+118+219=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 118 (46.48% from 255 or 21.38% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #D776DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D776DB is #288924. Grayscale: #9E9E9E. Windows color (decimal): -2656549 or 14382807. OLE color: 14382807.

HSL color Cylindrical-coordinate representation of color #D776DB: hue angle of 297.62º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D776DB is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 118 219 -
CMYK 0.02 0.46 0 0.14
HSL 297.62º 0.58% 0.66% -
HSV(B) 297.62º 0.46% 0.86% -
XYZ 47.29 32.52 70.8 -
YUV 158.52 162.14 168.29 -
System Red Green Blue C M Y K H S L
Decimal 215 118 219 0.02 0.46 0 0.14 297.62 0.58 0.66
Hex D7 76 DB 2 2E 0 E 12A 3A 42
Octal 327 166 333 2 56 0 16 452 72 102
Binary 11010111 1110110 11011011 10 101110 0 1110 100101010 111010 1000010

Color Harmonies of #D776DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D776DB

Black with #D776DB

Text Example


Text Example

White with #D776DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D776DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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