Html Css Color HEX #D771DA Orchid

📋 copy color: '#D771DA'

red 215 ◦ green 113 ◦ blue 218

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

Shades of Orchid #D771DA

Tints of Orchid #D771DA

RGB

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

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

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

R = 39.38%
G = 20.7%
B = 39.93%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D771DA (or 0xD771DA) is known color: Orchid. HEX triplet: D7, 71 and DA. RGB value is (215,113,218). Sum of RGB (Red+Green+Blue) = 215+113+218=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 113 (44.53% from 255 or 20.70% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #D771DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D771DA is #288E25. Grayscale: #9B9B9B. Windows color (decimal): -2657830 or 14315991. OLE color: 14315991.

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

Color convert

RGB 215 113 218 -
CMYK 0.01 0.48 0 0.15
HSL 298.29º 0.59% 0.65% -
HSV(B) 298.29º 0.48% 0.85% -
XYZ 46.58 31.32 69.92 -
YUV 155.47 163.29 170.46 -
System Red Green Blue C M Y K H S L
Decimal 215 113 218 0.01 0.48 0 0.15 298.29 0.59 0.65
Hex D7 71 DA 1 30 0 F 12A 3B 41
Octal 327 161 332 1 60 0 17 452 73 101
Binary 11010111 1110001 11011010 1 110000 0 1111 100101010 111011 1000001

Color Harmonies of #D771DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D771DA

Black with #D771DA

Text Example


Text Example

White with #D771DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D771DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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