Html Css Color HEX #D77AD5 Orchid

📋 copy color: '#D77AD5'

red 215 ◦ green 122 ◦ blue 213

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

Shades of Orchid #D77AD5

Tints of Orchid #D77AD5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.18%

 BLUE value IS 213 (83.59% from 255) = 38.73%

R = 39.09%
G = 22.18%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D77AD5 (or 0xD77AD5) is known color: Orchid. HEX triplet: D7, 7A and D5. RGB value is (215,122,213). Sum of RGB (Red+Green+Blue) = 215+122+213=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 213 (83.59% from 255 or 38.73% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D77AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77AD5 is #28852A. Grayscale: #9F9F9F. Windows color (decimal): -2655531 or 13990615. OLE color: 13990615.

HSL color Cylindrical-coordinate representation of color #D77AD5: hue angle of 301.29º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77AD5 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 122 213 -
CMYK 0 0.43 0.01 0.16
HSL 301.29º 0.54% 0.66% -
HSV(B) 301.29º 0.43% 0.84% -
XYZ 46.99 33.17 66.88 -
YUV 160.18 157.81 167.1 -
System Red Green Blue C M Y K H S L
Decimal 215 122 213 0 0.43 0.01 0.16 301.29 0.54 0.66
Hex D7 7A D5 0 2B 1 10 12D 36 42
Octal 327 172 325 0 53 1 20 455 66 102
Binary 11010111 1111010 11010101 0 101011 1 10000 100101101 110110 1000010

Color Harmonies of #D77AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77AD5

Black with #D77AD5

Text Example


Text Example

White with #D77AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77AD5; }

 p { color: rgb(215,122,213); }

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

background-color css

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

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

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

border-color css

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

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

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