Html Css Color HEX #D277BA Orchid

📋 copy color: '#D277BA'

red 210 ◦ green 119 ◦ blue 186

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

Shades of Orchid #D277BA

Tints of Orchid #D277BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.12%

R = 40.78%
G = 23.11%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D277BA (or 0xD277BA) is known color: Orchid. HEX triplet: D2, 77 and BA. RGB value is (210,119,186). Sum of RGB (Red+Green+Blue) = 210+119+186=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D277BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D277BA is #2D8845. Grayscale: #999999. Windows color (decimal): -2984006 or 12220370. OLE color: 12220370.

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

Color convert

RGB 210 119 186 -
CMYK 0 0.43 0.11 0.18
HSL 315.82º 0.5% 0.65% -
HSV(B) 315.82º 0.43% 0.82% -
XYZ 42.04 30.44 50.11 -
YUV 153.85 146.15 168.05 -
System Red Green Blue C M Y K H S L
Decimal 210 119 186 0 0.43 0.11 0.18 315.82 0.5 0.65
Hex D2 77 BA 0 2B B 12 13C 32 41
Octal 322 167 272 0 53 13 22 474 62 101
Binary 11010010 1110111 10111010 0 101011 1011 10010 100111100 110010 1000001

Color Harmonies of #D277BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D277BA

Black with #D277BA

Text Example


Text Example

White with #D277BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D277BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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