#D278D5

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

Shades of Orchid #D278D5

Tints of Orchid #D278D5

Color information

#D278D5 (or 0xD278D5) is unknown color: approx Orchid. HEX triplet: D2, 78 and D5. RGB value is (210,120,213). Sum of RGB (Red+Green+Blue) = 210+120+213=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 120 (47.27% from 255 or 22.10% from 543); Blue value is 213 (83.59% from 255 or 39.23% from 543); Max value from RGB is 213 - color contains mainly: blue. Hex color #D278D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D278D5 is #2D872A. Grayscale: #9D9D9D. Windows color (decimal): -2983723 or 13990098. OLE color: 13990098.

HSL color Cylindrical-coordinate representation of color #D278D5: hue angle of 298.06º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D278D5 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB210120213-
CMYK0.010.4400.16
HSL298.06º52.54%65.29%-
HSV(B)298.06º43.66%83.53%-
XYZ45.3131.9466.73-
YUV157.51159.32165.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.67%
GREEN value IS 120 (47.27% from 255) = 22.10%
BLUE value IS 213 (83.59% from 255) = 39.23%
R=38.67%
G=22.10%
B=39.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101202130.010.4400.16298.0652.5465.29
HexD278D512C01012a3541
Octal32217032515402045265101
Binary1101001011110001101010111011000100001001010101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D278D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D278D5; }

 p { color: rgb(210,120,213); }

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

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

 a { background-color: rgb(210,120,213); }

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

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

 span { border-color: rgb(210,120,213); }

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