#D279CC

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

Shades of Orchid #D279CC

Tints of Orchid #D279CC

Color information

#D279CC (or 0xD279CC) is unknown color: approx Orchid. HEX triplet: D2, 79 and CC. RGB value is (210,121,204). Sum of RGB (Red+Green+Blue) = 210+121+204=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D279CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D279CC is #2D8633. Grayscale: #9C9C9C. Windows color (decimal): -2983476 or 13400530. OLE color: 13400530.

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

Color convert

RGB210121204-
CMYK00.420.030.18
HSL304.04º49.72%64.9%-
HSV(B)304.04º42.38%82.35%-
XYZ44.3131.7460.92-
YUV157.07154.49165.75-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.25%
GREEN value IS 121 (47.66% from 255) = 22.62%
BLUE value IS 204 (80.08% from 255) = 38.13%
R=39.25%
G=22.62%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012120400.420.030.18304.0449.7264.9
HexD279CC02A3121303241
Octal32217131405232246062101
Binary11010010111100111001100010101011100101001100001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D279CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D279CC; }

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

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

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

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

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

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

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

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