#D277CD

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

Shades of Orchid #D277CD

Tints of Orchid #D277CD

Color information

#D277CD (or 0xD277CD) is unknown color: approx Orchid. HEX triplet: D2, 77 and CD. RGB value is (210,119,205). Sum of RGB (Red+Green+Blue) = 210+119+205=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 210 - color contains mainly: red. Hex color #D277CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D277CD is #2D8832. Grayscale: #9B9B9B. Windows color (decimal): -2983987 or 13465554. OLE color: 13465554.

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

Color convert

RGB210119205-
CMYK00.430.020.18
HSL303.3º50.28%64.51%-
HSV(B)303.3º43.33%82.35%-
XYZ44.1931.361.47-
YUV156.01155.65166.51-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.33%
GREEN value IS 119 (46.88% from 255) = 22.28%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=39.33%
G=22.28%
B=38.39%

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
Decimal21011920500.430.020.18303.350.2864.51
HexD277CD02B21212f3241
Octal32216731505322245762101
Binary11010010111011111001101010101110100101001011111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D277CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D277CD; }

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

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

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

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

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

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

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

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