Html Css Color HEX #D77ABC Orchid

📋 copy color: '#D77ABC'

red 215 ◦ green 122 ◦ blue 188

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

Shades of Orchid #D77ABC

Tints of Orchid #D77ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.81%

R = 40.95%
G = 23.24%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D77ABC (or 0xD77ABC) is known color: Orchid. HEX triplet: D7, 7A and BC. RGB value is (215,122,188). Sum of RGB (Red+Green+Blue) = 215+122+188=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D77ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77ABC is #288543. Grayscale: #9D9D9D. Windows color (decimal): -2655556 or 12352215. OLE color: 12352215.

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

Color convert

RGB 215 122 188 -
CMYK 0 0.43 0.13 0.16
HSL 317.42º 0.54% 0.66% -
HSV(B) 317.42º 0.43% 0.84% -
XYZ 44.06 32 51.43 -
YUV 157.33 145.31 169.13 -
System Red Green Blue C M Y K H S L
Decimal 215 122 188 0 0.43 0.13 0.16 317.42 0.54 0.66
Hex D7 7A BC 0 2B D 10 13D 36 42
Octal 327 172 274 0 53 15 20 475 66 102
Binary 11010111 1111010 10111100 0 101011 1101 10000 100111101 110110 1000010

Color Harmonies of #D77ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77ABC

Black with #D77ABC

Text Example


Text Example

White with #D77ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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