#D277D5

Color #D277D5 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D277D5

Tints of Orchid #D277D5

Color information

#D277D5 (or 0xD277D5) is unknown color: approx Orchid. HEX triplet: D2, 77 and D5. RGB value is (210,119,213). Sum of RGB (Red+Green+Blue) = 210+119+213=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 213 - color contains mainly: blue. Hex color #D277D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D277D5 is #2D882A. Grayscale: #9C9C9C. Windows color (decimal): -2983979 or 13989842. OLE color: 13989842.

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

Color convert

RGB210119213-
CMYK0.010.4400.16
HSL298.09º52.81%65.1%-
HSV(B)298.09º44.13%83.53%-
XYZ45.1931.766.69-
YUV156.93159.65165.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.75%
GREEN value IS 119 (46.88% from 255) = 21.96%
BLUE value IS 213 (83.59% from 255) = 39.30%
R=38.75%
G=21.96%
B=39.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101192130.010.4400.16298.0952.8165.1
HexD277D512C01012a3541
Octal32216732515402045265101
Binary1101001011101111101010111011000100001001010101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D277D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D277D5; }

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

 H1.HeaderClassName
 {
   color: #D277D5;
 }
 .AnyTagClassName
 {
   color: #D277D5;
 }
</style>
background-color css

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

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

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

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

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

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