Html Css Color HEX #D277B6 Orchid

📋 copy color: '#D277B6'

red 210 ◦ green 119 ◦ blue 182

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

Shades of Orchid #D277B6

Tints of Orchid #D277B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.62%

R = 41.1%
G = 23.29%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D277B6 (or 0xD277B6) is known color: Orchid. HEX triplet: D2, 77 and B6. RGB value is (210,119,182). Sum of RGB (Red+Green+Blue) = 210+119+182=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D277B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D277B6 is #2D8849. Grayscale: #999999. Windows color (decimal): -2984010 or 11958226. OLE color: 11958226.

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

Color convert

RGB 210 119 182 -
CMYK 0 0.43 0.13 0.18
HSL 318.46º 0.5% 0.65% -
HSV(B) 318.46º 0.43% 0.82% -
XYZ 41.62 30.27 47.91 -
YUV 153.39 144.15 168.38 -
System Red Green Blue C M Y K H S L
Decimal 210 119 182 0 0.43 0.13 0.18 318.46 0.5 0.65
Hex D2 77 B6 0 2B D 12 13E 32 41
Octal 322 167 266 0 53 15 22 476 62 101
Binary 11010010 1110111 10110110 0 101011 1101 10010 100111110 110010 1000001

Color Harmonies of #D277B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D277B6

Black with #D277B6

Text Example


Text Example

White with #D277B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D277B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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