Html Css Color HEX #D77AC7 Orchid

📋 copy color: '#D77AC7'

red 215 ◦ green 122 ◦ blue 199

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

Shades of Orchid #D77AC7

Tints of Orchid #D77AC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.13%

R = 40.11%
G = 22.76%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D77AC7 (or 0xD77AC7) is known color: Orchid. HEX triplet: D7, 7A and C7. RGB value is (215,122,199). Sum of RGB (Red+Green+Blue) = 215+122+199=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 122 (48.05% from 255 or 22.76% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 215 - color contains mainly: red. Hex color #D77AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77AC7 is #288538. Grayscale: #9E9E9E. Windows color (decimal): -2655545 or 13073111. OLE color: 13073111.

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

Color convert

RGB 215 122 199 -
CMYK 0 0.43 0.07 0.16
HSL 310.32º 0.54% 0.66% -
HSV(B) 310.32º 0.43% 0.84% -
XYZ 45.29 32.49 57.92 -
YUV 158.59 150.81 168.24 -
System Red Green Blue C M Y K H S L
Decimal 215 122 199 0 0.43 0.07 0.16 310.32 0.54 0.66
Hex D7 7A C7 0 2B 7 10 136 36 42
Octal 327 172 307 0 53 7 20 466 66 102
Binary 11010111 1111010 11000111 0 101011 111 10000 100110110 110110 1000010

Color Harmonies of #D77AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77AC7

Black with #D77AC7

Text Example


Text Example

White with #D77AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77AC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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