#D281CD

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

Shades of Orchid #D281CD

Tints of Orchid #D281CD

Color information

#D281CD (or 0xD281CD) is unknown color: approx Orchid. HEX triplet: D2, 81 and CD. RGB value is (210,129,205). Sum of RGB (Red+Green+Blue) = 210+129+205=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 210 - color contains mainly: red. Hex color #D281CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D281CD is #2D7E32. Grayscale: #A1A1A1. Windows color (decimal): -2981427 or 13468114. OLE color: 13468114.

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

Color convert

RGB210129205-
CMYK00.390.020.18
HSL303.7º47.37%66.47%-
HSV(B)303.7º38.57%82.35%-
XYZ45.4533.8161.89-
YUV161.88152.34162.32-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.60%
GREEN value IS 129 (50.78% from 255) = 23.71%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=38.60%
G=23.71%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012920500.390.020.18303.747.3766.47
HexD281CD0272121302f42
Octal32220131504722246057102
Binary110100101000000111001101010011110100101001100001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D281CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D281CD; }

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

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

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

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

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

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

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

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