#D281CB

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

Shades of Orchid #D281CB

Tints of Orchid #D281CB

Color information

#D281CB (or 0xD281CB) is unknown color: approx Orchid. HEX triplet: D2, 81 and CB. RGB value is (210,129,203). Sum of RGB (Red+Green+Blue) = 210+129+203=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 210 - color contains mainly: red. Hex color #D281CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D281CB is #2D7E34. Grayscale: #A1A1A1. Windows color (decimal): -2981429 or 13337042. OLE color: 13337042.

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

Color convert

RGB210129203-
CMYK00.390.030.18
HSL305.19º47.37%66.47%-
HSV(B)305.19º38.57%82.35%-
XYZ45.2133.7160.62-
YUV161.66151.34162.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.75%
GREEN value IS 129 (50.78% from 255) = 23.80%
BLUE value IS 203 (79.69% from 255) = 37.45%
R=38.75%
G=23.80%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012920300.390.030.18305.1947.3766.47
HexD281CB0273121312f42
Octal32220131304732246157102
Binary110100101000000111001011010011111100101001100011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D281CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D281CB; }

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

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

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

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

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

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

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

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