Html Css Color HEX #D77DBF Orchid

📋 copy color: '#D77DBF'

red 215 ◦ green 125 ◦ blue 191

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

Shades of Orchid #D77DBF

Tints of Orchid #D77DBF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.54%

 BLUE value IS 191 (75% from 255) = 35.97%

R = 40.49%
G = 23.54%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D77DBF (or 0xD77DBF) is known color: Orchid. HEX triplet: D7, 7D and BF. RGB value is (215,125,191). Sum of RGB (Red+Green+Blue) = 215+125+191=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77DBF is #288240. Grayscale: #9F9F9F. Windows color (decimal): -2654785 or 12549591. OLE color: 12549591.

HSL color Cylindrical-coordinate representation of color #D77DBF: hue angle of 316º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77DBF is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 125 191 -
CMYK 0 0.42 0.11 0.16
HSL 316º 0.53% 0.67% -
HSV(B) 316º 0.42% 0.84% -
XYZ 44.76 32.88 53.28 -
YUV 159.43 145.82 167.63 -
System Red Green Blue C M Y K H S L
Decimal 215 125 191 0 0.42 0.11 0.16 316 0.53 0.67
Hex D7 7D BF 0 2A B 10 13C 35 43
Octal 327 175 277 0 52 13 20 474 65 103
Binary 11010111 1111101 10111111 0 101010 1011 10000 100111100 110101 1000011

Color Harmonies of #D77DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77DBF

Black with #D77DBF

Text Example


Text Example

White with #D77DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77DBF; }

 p { color: rgb(215,125,191); }

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

background-color css

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

 a { background-color: rgb(215,125,191); }

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

border-color css

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

 span { border-color: rgb(215,125,191); }

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