Html Css Color HEX #D771DB Orchid

📋 copy color: '#D771DB'

red 215 ◦ green 113 ◦ blue 219

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

Shades of Orchid #D771DB

Tints of Orchid #D771DB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.66%

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

R = 39.31%
G = 20.66%
B = 40.04%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D771DB (or 0xD771DB) is known color: Orchid. HEX triplet: D7, 71 and DB. RGB value is (215,113,219). Sum of RGB (Red+Green+Blue) = 215+113+219=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 113 (44.53% from 255 or 20.66% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #D771DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D771DB is #288E24. Grayscale: #9B9B9B. Windows color (decimal): -2657829 or 14381527. OLE color: 14381527.

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

Color convert

RGB 215 113 219 -
CMYK 0.02 0.48 0 0.14
HSL 297.74º 0.6% 0.65% -
HSV(B) 297.74º 0.48% 0.86% -
XYZ 46.72 31.37 70.61 -
YUV 155.58 163.79 170.38 -
System Red Green Blue C M Y K H S L
Decimal 215 113 219 0.02 0.48 0 0.14 297.74 0.6 0.65
Hex D7 71 DB 2 30 0 E 12A 3C 41
Octal 327 161 333 2 60 0 16 452 74 101
Binary 11010111 1110001 11011011 10 110000 0 1110 100101010 111100 1000001

Color Harmonies of #D771DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D771DB

Black with #D771DB

Text Example


Text Example

White with #D771DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D771DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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