Html Css Color HEX #D277B7 Orchid

📋 copy color: '#D277B7'

red 210 ◦ green 119 ◦ blue 183

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

Shades of Orchid #D277B7

Tints of Orchid #D277B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.74%

R = 41.02%
G = 23.24%
B = 35.74%

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

#D277B7 (or 0xD277B7) is known color: Orchid. HEX triplet: D2, 77 and B7. RGB value is (210,119,183). Sum of RGB (Red+Green+Blue) = 210+119+183=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D277B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D277B7 is #2D8848. Grayscale: #999999. Windows color (decimal): -2984009 or 12023762. OLE color: 12023762.

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

Color convert

RGB 210 119 183 -
CMYK 0 0.43 0.13 0.18
HSL 317.8º 0.5% 0.65% -
HSV(B) 317.8º 0.43% 0.82% -
XYZ 41.72 30.31 48.45 -
YUV 153.51 144.65 168.3 -
System Red Green Blue C M Y K H S L
Decimal 210 119 183 0 0.43 0.13 0.18 317.8 0.5 0.65
Hex D2 77 B7 0 2B D 12 13E 32 41
Octal 322 167 267 0 53 15 22 476 62 101
Binary 11010010 1110111 10110111 0 101011 1101 10010 100111110 110010 1000001

Color Harmonies of #D277B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D277B7

Black with #D277B7

Text Example


Text Example

White with #D277B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D277B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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