Html Css Color HEX #D77AD4 Orchid

📋 copy color: '#D77AD4'

red 215 ◦ green 122 ◦ blue 212

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

Shades of Orchid #D77AD4

Tints of Orchid #D77AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.62%

R = 39.16%
G = 22.22%
B = 38.62%

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

#D77AD4 (or 0xD77AD4) is known color: Orchid. HEX triplet: D7, 7A and D4. RGB value is (215,122,212). Sum of RGB (Red+Green+Blue) = 215+122+212=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 212 (83.20% from 255 or 38.62% from 549); Max value from RGB is 215 - color contains mainly: red. Hex color #D77AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77AD4 is #28852B. Grayscale: #9F9F9F. Windows color (decimal): -2655532 or 13925079. OLE color: 13925079.

HSL color Cylindrical-coordinate representation of color #D77AD4: hue angle of 301.94º 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 #D77AD4 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 122 212 -
CMYK 0 0.43 0.01 0.16
HSL 301.94º 0.54% 0.66% -
HSV(B) 301.94º 0.43% 0.84% -
XYZ 46.87 33.12 66.21 -
YUV 160.07 157.31 167.18 -
System Red Green Blue C M Y K H S L
Decimal 215 122 212 0 0.43 0.01 0.16 301.94 0.54 0.66
Hex D7 7A D4 0 2B 1 10 12E 36 42
Octal 327 172 324 0 53 1 20 456 66 102
Binary 11010111 1111010 11010100 0 101011 1 10000 100101110 110110 1000010

Color Harmonies of #D77AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77AD4

Black with #D77AD4

Text Example


Text Example

White with #D77AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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