Html Css Color HEX #D77ACE Orchid

📋 copy color: '#D77ACE'

red 215 ◦ green 122 ◦ blue 206

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

Shades of Orchid #D77ACE

Tints of Orchid #D77ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.94%

R = 39.59%
G = 22.47%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D77ACE (or 0xD77ACE) is known color: Orchid. HEX triplet: D7, 7A and CE. RGB value is (215,122,206). Sum of RGB (Red+Green+Blue) = 215+122+206=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 122 (48.05% from 255 or 22.47% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 215 - color contains mainly: red. Hex color #D77ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77ACE is #288531. Grayscale: #9F9F9F. Windows color (decimal): -2655538 or 13531863. OLE color: 13531863.

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

Color convert

RGB 215 122 206 -
CMYK 0 0.43 0.04 0.16
HSL 305.81º 0.54% 0.66% -
HSV(B) 305.81º 0.43% 0.84% -
XYZ 46.12 32.82 62.3 -
YUV 159.38 154.31 167.67 -
System Red Green Blue C M Y K H S L
Decimal 215 122 206 0 0.43 0.04 0.16 305.81 0.54 0.66
Hex D7 7A CE 0 2B 4 10 132 36 42
Octal 327 172 316 0 53 4 20 462 66 102
Binary 11010111 1111010 11001110 0 101011 100 10000 100110010 110110 1000010

Color Harmonies of #D77ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77ACE

Black with #D77ACE

Text Example


Text Example

White with #D77ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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