Html Css Color HEX #D277B9 Orchid

📋 copy color: '#D277B9'

red 210 ◦ green 119 ◦ blue 185

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

Shades of Orchid #D277B9

Tints of Orchid #D277B9

RGB

 RED value IS 210 (82.42% from 255) = 40.86%

 GREEN value IS 119 (46.88% from 255) = 23.15%

 BLUE value IS 185 (72.66% from 255) = 35.99%

R = 40.86%
G = 23.15%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D277B9 (or 0xD277B9) is known color: Orchid. HEX triplet: D2, 77 and B9. RGB value is (210,119,185). Sum of RGB (Red+Green+Blue) = 210+119+185=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D277B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D277B9 is #2D8846. Grayscale: #999999. Windows color (decimal): -2984007 or 12154834. OLE color: 12154834.

HSL color Cylindrical-coordinate representation of color #D277B9: hue angle of 316.48º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D277B9 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 119 185 -
CMYK 0 0.43 0.12 0.18
HSL 316.48º 0.5% 0.65% -
HSV(B) 316.48º 0.43% 0.82% -
XYZ 41.93 30.4 49.56 -
YUV 153.73 145.65 168.13 -
System Red Green Blue C M Y K H S L
Decimal 210 119 185 0 0.43 0.12 0.18 316.48 0.5 0.65
Hex D2 77 B9 0 2B C 12 13C 32 41
Octal 322 167 271 0 53 14 22 474 62 101
Binary 11010010 1110111 10111001 0 101011 1100 10010 100111100 110010 1000001

Color Harmonies of #D277B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D277B9

Black with #D277B9

Text Example


Text Example

White with #D277B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D277B9; }

 p { color: rgb(210,119,185); }

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

background-color css

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

 a { background-color: rgb(210,119,185); }

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

border-color css

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

 span { border-color: rgb(210,119,185); }

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