Html Css Color HEX #D77AD1 Orchid

📋 copy color: '#D77AD1'

red 215 ◦ green 122 ◦ blue 209

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

Shades of Orchid #D77AD1

Tints of Orchid #D77AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.28%

R = 39.38%
G = 22.34%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D77AD1 (or 0xD77AD1) is known color: Orchid. HEX triplet: D7, 7A and D1. RGB value is (215,122,209). Sum of RGB (Red+Green+Blue) = 215+122+209=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 209 (82.03% from 255 or 38.28% from 546); Max value from RGB is 215 - color contains mainly: red. Hex color #D77AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77AD1 is #28852E. Grayscale: #9F9F9F. Windows color (decimal): -2655535 or 13728471. OLE color: 13728471.

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

Color convert

RGB 215 122 209 -
CMYK 0 0.43 0.03 0.16
HSL 303.87º 0.54% 0.66% -
HSV(B) 303.87º 0.43% 0.84% -
XYZ 46.49 32.97 64.23 -
YUV 159.73 155.81 167.43 -
System Red Green Blue C M Y K H S L
Decimal 215 122 209 0 0.43 0.03 0.16 303.87 0.54 0.66
Hex D7 7A D1 0 2B 3 10 130 36 42
Octal 327 172 321 0 53 3 20 460 66 102
Binary 11010111 1111010 11010001 0 101011 11 10000 100110000 110110 1000010

Color Harmonies of #D77AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77AD1

Black with #D77AD1

Text Example


Text Example

White with #D77AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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