Html Css Color HEX #D771D7 Orchid

📋 copy color: '#D771D7'

red 215 ◦ green 113 ◦ blue 215

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

Shades of Orchid #D771D7

Tints of Orchid #D771D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.59%

R = 39.59%
G = 20.81%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D771D7 (or 0xD771D7) is known color: Orchid. HEX triplet: D7, 71 and D7. RGB value is (215,113,215). Sum of RGB (Red+Green+Blue) = 215+113+215=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 113 (44.53% from 255 or 20.81% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 215 - color contains mainly: red, blue. Hex color #D771D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D771D7 is #288E28. Grayscale: #9A9A9A. Windows color (decimal): -2657833 or 14119383. OLE color: 14119383.

HSL color Cylindrical-coordinate representation of color #D771D7: hue angle of 300º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D771D7 is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 113 215 -
CMYK 0 0.47 0 0.16
HSL 300º 0.56% 0.64% -
HSV(B) 300º 0.47% 0.84% -
XYZ 46.2 31.16 67.87 -
YUV 155.13 161.79 170.71 -
System Red Green Blue C M Y K H S L
Decimal 215 113 215 0 0.47 0 0.16 300 0.56 0.64
Hex D7 71 D7 0 2F 0 10 12C 38 40
Octal 327 161 327 0 57 0 20 454 70 100
Binary 11010111 1110001 11010111 0 101111 0 10000 100101100 111000 1000000

Color Harmonies of #D771D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D771D7

Black with #D771D7

Text Example


Text Example

White with #D771D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D771D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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