#D281CF

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

Shades of Orchid #D281CF

Tints of Orchid #D281CF

Color information

#D281CF (or 0xD281CF) is unknown color: approx Orchid. HEX triplet: D2, 81 and CF. RGB value is (210,129,207). Sum of RGB (Red+Green+Blue) = 210+129+207=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D281CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D281CF is #2D7E30. Grayscale: #A1A1A1. Windows color (decimal): -2981425 or 13599186. OLE color: 13599186.

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

Color convert

RGB210129207-
CMYK00.390.010.18
HSL302.22º47.37%66.47%-
HSV(B)302.22º38.57%82.35%-
XYZ45.6933.9163.17-
YUV162.11153.34162.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.46%
GREEN value IS 129 (50.78% from 255) = 23.63%
BLUE value IS 207 (81.25% from 255) = 37.91%
R=38.46%
G=23.63%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012920700.390.010.18302.2247.3766.47
HexD281CF02711212e2f42
Octal32220131704712245657102
Binary11010010100000011100111101001111100101001011101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D281CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D281CF; }

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

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

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

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

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

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

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

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