#D281C9

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

Shades of Orchid #D281C9

Tints of Orchid #D281C9

Color information

#D281C9 (or 0xD281C9) is unknown color: approx Orchid. HEX triplet: D2, 81 and C9. RGB value is (210,129,201). Sum of RGB (Red+Green+Blue) = 210+129+201=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D281C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D281C9 is #2D7E36. Grayscale: #A1A1A1. Windows color (decimal): -2981431 or 13205970. OLE color: 13205970.

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

Color convert

RGB210129201-
CMYK00.390.040.18
HSL306.67º47.37%66.47%-
HSV(B)306.67º38.57%82.35%-
XYZ44.9733.6259.38-
YUV161.43150.34162.65-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.89%
GREEN value IS 129 (50.78% from 255) = 23.89%
BLUE value IS 201 (78.91% from 255) = 37.22%
R=38.89%
G=23.89%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012920100.390.040.18306.6747.3766.47
HexD281C90274121332f42
Octal32220131104742246357102
Binary1101001010000001110010010100111100100101001100111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D281C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D281C9; }

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

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

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

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

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

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

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

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