#D279C9

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

Shades of Orchid #D279C9

Tints of Orchid #D279C9

Color information

#D279C9 (or 0xD279C9) is unknown color: approx Orchid. HEX triplet: D2, 79 and C9. RGB value is (210,121,201). Sum of RGB (Red+Green+Blue) = 210+121+201=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 121 (47.66% from 255 or 22.74% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 210 - color contains mainly: red. Hex color #D279C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D279C9 is #2D8636. Grayscale: #9C9C9C. Windows color (decimal): -2983479 or 13203922. OLE color: 13203922.

HSL color Cylindrical-coordinate representation of color #D279C9: hue angle of 306.07º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D279C9 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB210121201-
CMYK00.420.040.18
HSL306.07º49.72%64.9%-
HSV(B)306.07º42.38%82.35%-
XYZ43.9631.5959.04-
YUV156.73152.99166-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.47%
GREEN value IS 121 (47.66% from 255) = 22.74%
BLUE value IS 201 (78.91% from 255) = 37.78%
R=39.47%
G=22.74%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012120100.420.040.18306.0749.7264.9
HexD279C902A4121323241
Octal32217131105242246262101
Binary110100101111001110010010101010100100101001100101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D279C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D279C9; }

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

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

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

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

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

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

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

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