#D281CC

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

Shades of Orchid #D281CC

Tints of Orchid #D281CC

Color information

#D281CC (or 0xD281CC) is unknown color: approx Orchid. HEX triplet: D2, 81 and CC. RGB value is (210,129,204). Sum of RGB (Red+Green+Blue) = 210+129+204=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 210 - color contains mainly: red. Hex color #D281CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D281CC is #2D7E33. Grayscale: #A1A1A1. Windows color (decimal): -2981428 or 13402578. OLE color: 13402578.

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

Color convert

RGB210129204-
CMYK00.390.030.18
HSL304.44º47.37%66.47%-
HSV(B)304.44º38.57%82.35%-
XYZ45.3333.7661.25-
YUV161.77151.84162.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.67%
GREEN value IS 129 (50.78% from 255) = 23.76%
BLUE value IS 204 (80.08% from 255) = 37.57%
R=38.67%
G=23.76%
B=37.57%

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
Decimal21012920400.390.030.18304.4447.3766.47
HexD281CC0273121302f42
Octal32220131404732246057102
Binary110100101000000111001100010011111100101001100001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D281CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D281CC; }

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

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

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

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

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

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

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

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