Html Css Color HEX #D771E7 Orchid

📋 copy color: '#D771E7'

red 215 ◦ green 113 ◦ blue 231

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

Shades of Orchid #D771E7

Tints of Orchid #D771E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.32%

R = 38.46%
G = 20.21%
B = 41.32%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D771E7 (or 0xD771E7) is known color: Orchid. HEX triplet: D7, 71 and E7. RGB value is (215,113,231). Sum of RGB (Red+Green+Blue) = 215+113+231=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 113 (44.53% from 255 or 20.21% from 559); Blue value is 231 (90.62% from 255 or 41.32% from 559); Max value from RGB is 231 - color contains mainly: blue. Hex color #D771E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D771E7 is #288E18. Grayscale: #9C9C9C. Windows color (decimal): -2657817 or 15167959. OLE color: 15167959.

HSL color Cylindrical-coordinate representation of color #D771E7: hue angle of 291.86º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D771E7 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 215 113 231 -
CMYK 0.07 0.51 0 0.09
HSL 291.86º 0.71% 0.67% -
HSV(B) 291.86º 0.51% 0.91% -
XYZ 48.35 32.03 79.23 -
YUV 156.95 169.79 169.41 -
System Red Green Blue C M Y K H S L
Decimal 215 113 231 0.07 0.51 0 0.09 291.86 0.71 0.67
Hex D7 71 E7 7 33 0 9 124 47 43
Octal 327 161 347 7 63 0 11 444 107 103
Binary 11010111 1110001 11100111 111 110011 0 1001 100100100 1000111 1000011

Color Harmonies of #D771E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D771E7

Black with #D771E7

Text Example


Text Example

White with #D771E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D771E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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