Html Css Color HEX #D771DD Orchid

📋 copy color: '#D771DD'

red 215 ◦ green 113 ◦ blue 221

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

Shades of Orchid #D771DD

Tints of Orchid #D771DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.26%

R = 39.16%
G = 20.58%
B = 40.26%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D771DD (or 0xD771DD) is known color: Orchid. HEX triplet: D7, 71 and DD. RGB value is (215,113,221). Sum of RGB (Red+Green+Blue) = 215+113+221=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 113 (44.53% from 255 or 20.58% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #D771DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D771DD is #288E22. Grayscale: #9B9B9B. Windows color (decimal): -2657827 or 14512599. OLE color: 14512599.

HSL color Cylindrical-coordinate representation of color #D771DD: hue angle of 296.67º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D771DD is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 113 221 -
CMYK 0.03 0.49 0 0.13
HSL 296.67º 0.61% 0.65% -
HSV(B) 296.67º 0.49% 0.87% -
XYZ 46.98 31.48 72.01 -
YUV 155.81 164.79 170.22 -
System Red Green Blue C M Y K H S L
Decimal 215 113 221 0.03 0.49 0 0.13 296.67 0.61 0.65
Hex D7 71 DD 3 31 0 D 129 3D 41
Octal 327 161 335 3 61 0 15 451 75 101
Binary 11010111 1110001 11011101 11 110001 0 1101 100101001 111101 1000001

Color Harmonies of #D771DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D771DD

Black with #D771DD

Text Example


Text Example

White with #D771DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D771DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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