#D277CE

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

Shades of Orchid #D277CE

Tints of Orchid #D277CE

Color information

#D277CE (or 0xD277CE) is unknown color: approx Orchid. HEX triplet: D2, 77 and CE. RGB value is (210,119,206). Sum of RGB (Red+Green+Blue) = 210+119+206=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D277CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D277CE is #2D8831. Grayscale: #9B9B9B. Windows color (decimal): -2983986 or 13531090. OLE color: 13531090.

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

Color convert

RGB210119206-
CMYK00.430.020.18
HSL302.64º50.28%64.51%-
HSV(B)302.64º43.33%82.35%-
XYZ44.3231.3562.11-
YUV156.13156.15166.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.25%
GREEN value IS 119 (46.88% from 255) = 22.24%
BLUE value IS 206 (80.86% from 255) = 38.50%
R=39.25%
G=22.24%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011920600.430.020.18302.6450.2864.51
HexD277CE02B21212f3241
Octal32216731605322245762101
Binary11010010111011111001110010101110100101001011111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D277CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D277CE; }

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

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

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

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

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

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

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

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