#D279D9

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

Shades of Orchid #D279D9

Tints of Orchid #D279D9

Color information

#D279D9 (or 0xD279D9) is unknown color: approx Orchid. HEX triplet: D2, 79 and D9. RGB value is (210,121,217). Sum of RGB (Red+Green+Blue) = 210+121+217=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 121 (47.66% from 255 or 22.08% from 548); Blue value is 217 (85.16% from 255 or 39.60% from 548); Max value from RGB is 217 - color contains mainly: blue. Hex color #D279D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D279D9 is #2D8626. Grayscale: #9E9E9E. Windows color (decimal): -2983463 or 14252498. OLE color: 14252498.

HSL color Cylindrical-coordinate representation of color #D279D9: hue angle of 295.62º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D279D9 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB210121217-
CMYK0.030.4400.15
HSL295.62º55.81%66.27%-
HSV(B)295.62º44.24%85.1%-
XYZ45.9432.3969.48-
YUV158.56160.99164.69-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.32%
GREEN value IS 121 (47.66% from 255) = 22.08%
BLUE value IS 217 (85.16% from 255) = 39.60%
R=38.32%
G=22.08%
B=39.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2101212170.030.4400.15295.6255.8166.27
HexD279D932C0F1283842
Octal32217133135401745070102
Binary1101001011110011101100111101100011111001010001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D279D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D279D9; }

 p { color: rgb(210,121,217); }

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

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

 a { background-color: rgb(210,121,217); }

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

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

 span { border-color: rgb(210,121,217); }

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