#D281CA

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

Shades of Orchid #D281CA

Tints of Orchid #D281CA

Color information

#D281CA (or 0xD281CA) is unknown color: approx Orchid. HEX triplet: D2, 81 and CA. RGB value is (210,129,202). Sum of RGB (Red+Green+Blue) = 210+129+202=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 210 - color contains mainly: red. Hex color #D281CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D281CA is #2D7E35. Grayscale: #A1A1A1. Windows color (decimal): -2981430 or 13271506. OLE color: 13271506.

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

Color convert

RGB210129202-
CMYK00.390.040.18
HSL305.93º47.37%66.47%-
HSV(B)305.93º38.57%82.35%-
XYZ45.0933.6760-
YUV161.54150.84162.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.82%
GREEN value IS 129 (50.78% from 255) = 23.84%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=38.82%
G=23.84%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012920200.390.040.18305.9347.3766.47
HexD281CA0274121322f42
Octal32220131204742246257102
Binary1101001010000001110010100100111100100101001100101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D281CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D281CA; }

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

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

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

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

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

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

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

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