Html Css Color HEX #D771DF Orchid

📋 copy color: '#D771DF'

red 215 ◦ green 113 ◦ blue 223

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

Shades of Orchid #D771DF

Tints of Orchid #D771DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.47%

R = 39.02%
G = 20.51%
B = 40.47%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D771DF (or 0xD771DF) is known color: Orchid. HEX triplet: D7, 71 and DF. RGB value is (215,113,223). Sum of RGB (Red+Green+Blue) = 215+113+223=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #D771DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D771DF is #288E20. Grayscale: #9B9B9B. Windows color (decimal): -2657825 or 14643671. OLE color: 14643671.

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

Color convert

RGB 215 113 223 -
CMYK 0.04 0.49 0 0.13
HSL 295.64º 0.63% 0.66% -
HSV(B) 295.64º 0.49% 0.87% -
XYZ 47.25 31.59 73.42 -
YUV 156.04 165.79 170.06 -
System Red Green Blue C M Y K H S L
Decimal 215 113 223 0.04 0.49 0 0.13 295.64 0.63 0.66
Hex D7 71 DF 4 31 0 D 128 3F 42
Octal 327 161 337 4 61 0 15 450 77 102
Binary 11010111 1110001 11011111 100 110001 0 1101 100101000 111111 1000010

Color Harmonies of #D771DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D771DF

Black with #D771DF

Text Example


Text Example

White with #D771DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D771DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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