#D281C4

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

Shades of Orchid #D281C4

Tints of Orchid #D281C4

Color information

#D281C4 (or 0xD281C4) is unknown color: approx Orchid. HEX triplet: D2, 81 and C4. RGB value is (210,129,196). Sum of RGB (Red+Green+Blue) = 210+129+196=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 129 (50.78% from 255 or 24.11% from 535); Blue value is 196 (76.95% from 255 or 36.64% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D281C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D281C4 is #2D7E3B. Grayscale: #A0A0A0. Windows color (decimal): -2981436 or 12878290. OLE color: 12878290.

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

Color convert

RGB210129196-
CMYK00.390.070.18
HSL310.37º47.37%66.47%-
HSV(B)310.37º38.57%82.35%-
XYZ44.3933.3956.33-
YUV160.86147.84163.05-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.25%
GREEN value IS 129 (50.78% from 255) = 24.11%
BLUE value IS 196 (76.95% from 255) = 36.64%
R=39.25%
G=24.11%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012919600.390.070.18310.3747.3766.47
HexD281C40277121362f42
Octal32220130404772246657102
Binary1101001010000001110001000100111111100101001101101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D281C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D281C4; }

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

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

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

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

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

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

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

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