#D279C6

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

Shades of Orchid #D279C6

Tints of Orchid #D279C6

Color information

#D279C6 (or 0xD279C6) is unknown color: approx Orchid. HEX triplet: D2, 79 and C6. RGB value is (210,121,198). Sum of RGB (Red+Green+Blue) = 210+121+198=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D279C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D279C6 is #2D8639. Grayscale: #9C9C9C. Windows color (decimal): -2983482 or 13007314. OLE color: 13007314.

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

Color convert

RGB210121198-
CMYK00.420.060.18
HSL308.09º49.72%64.9%-
HSV(B)308.09º42.38%82.35%-
XYZ43.6131.4557.2-
YUV156.39151.49166.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.70%
GREEN value IS 121 (47.66% from 255) = 22.87%
BLUE value IS 198 (77.73% from 255) = 37.43%
R=39.70%
G=22.87%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012119800.420.060.18308.0949.7264.9
HexD279C602A6121343241
Octal32217130605262246462101
Binary110100101111001110001100101010110100101001101001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D279C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D279C6; }

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

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

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

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

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

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

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

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