#D279CE

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

Shades of Orchid #D279CE

Tints of Orchid #D279CE

Color information

#D279CE (or 0xD279CE) is unknown color: approx Orchid. HEX triplet: D2, 79 and CE. RGB value is (210,121,206). Sum of RGB (Red+Green+Blue) = 210+121+206=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 121 (47.66% from 255 or 22.53% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D279CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D279CE is #2D8631. Grayscale: #9D9D9D. Windows color (decimal): -2983474 or 13531602. OLE color: 13531602.

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

Color convert

RGB210121206-
CMYK00.420.020.18
HSL302.7º49.72%64.9%-
HSV(B)302.7º42.38%82.35%-
XYZ44.5631.8362.19-
YUV157.3155.49165.59-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.11%
GREEN value IS 121 (47.66% from 255) = 22.53%
BLUE value IS 206 (80.86% from 255) = 38.36%
R=39.11%
G=22.53%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012120600.420.020.18302.749.7264.9
HexD279CE02A21212f3241
Octal32217131605222245762101
Binary11010010111100111001110010101010100101001011111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D279CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D279CE; }

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

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

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

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

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

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

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

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