Html Css Color HEX #D779E7 Orchid

📋 copy color: '#D779E7'

red 215 ◦ green 121 ◦ blue 231

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

Shades of Orchid #D779E7

Tints of Orchid #D779E7

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.34%

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

R = 37.92%
G = 21.34%
B = 40.74%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D779E7 (or 0xD779E7) is known color: Orchid. HEX triplet: D7, 79 and E7. RGB value is (215,121,231). Sum of RGB (Red+Green+Blue) = 215+121+231=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 121 (47.66% from 255 or 21.34% from 567); Blue value is 231 (90.62% from 255 or 40.74% from 567); Max value from RGB is 231 - color contains mainly: blue. Hex color #D779E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D779E7 is #288618. Grayscale: #A1A1A1. Windows color (decimal): -2655769 or 15170007. OLE color: 15170007.

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

Color convert

RGB 215 121 231 -
CMYK 0.07 0.48 0 0.09
HSL 291.27º 0.7% 0.69% -
HSV(B) 291.27º 0.48% 0.91% -
XYZ 49.29 33.89 79.55 -
YUV 161.65 167.14 166.06 -
System Red Green Blue C M Y K H S L
Decimal 215 121 231 0.07 0.48 0 0.09 291.27 0.7 0.69
Hex D7 79 E7 7 30 0 9 123 46 45
Octal 327 171 347 7 60 0 11 443 106 105
Binary 11010111 1111001 11100111 111 110000 0 1001 100100011 1000110 1000101

Color Harmonies of #D779E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D779E7

Black with #D779E7

Text Example


Text Example

White with #D779E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D779E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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