#D281CE

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

Shades of Orchid #D281CE

Tints of Orchid #D281CE

Color information

#D281CE (or 0xD281CE) is unknown color: approx Orchid. HEX triplet: D2, 81 and CE. RGB value is (210,129,206). Sum of RGB (Red+Green+Blue) = 210+129+206=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D281CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D281CE is #2D7E31. Grayscale: #A1A1A1. Windows color (decimal): -2981426 or 13533650. OLE color: 13533650.

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

Color convert

RGB210129206-
CMYK00.390.020.18
HSL302.96º47.37%66.47%-
HSV(B)302.96º38.57%82.35%-
XYZ45.5733.8662.53-
YUV162152.84162.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.53%
GREEN value IS 129 (50.78% from 255) = 23.67%
BLUE value IS 206 (80.86% from 255) = 37.80%
R=38.53%
G=23.67%
B=37.80%

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
Decimal21012920600.390.020.18302.9647.3766.47
HexD281CE02721212f2f42
Octal32220131604722245757102
Binary110100101000000111001110010011110100101001011111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D281CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D281CE; }

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

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

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

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

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

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

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

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