#D282CC

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

Shades of Orchid #D282CC

Tints of Orchid #D282CC

Color information

#D282CC (or 0xD282CC) is unknown color: approx Orchid. HEX triplet: D2, 82 and CC. RGB value is (210,130,204). Sum of RGB (Red+Green+Blue) = 210+130+204=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 210 - color contains mainly: red. Hex color #D282CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D282CC is #2D7D33. Grayscale: #A2A2A2. Windows color (decimal): -2981172 or 13402834. OLE color: 13402834.

HSL color Cylindrical-coordinate representation of color #D282CC: hue angle of 304.5º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D282CC is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB210130204-
CMYK00.380.030.18
HSL304.5º47.06%66.67%-
HSV(B)304.5º38.1%82.35%-
XYZ45.4634.0361.3-
YUV162.36151.5161.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.60%
GREEN value IS 130 (51.17% from 255) = 23.90%
BLUE value IS 204 (80.08% from 255) = 37.5%
R=38.60%
G=23.90%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013020400.380.030.18304.547.0666.67
HexD282CC0263121302f43
Octal32220231404632246057103
Binary110100101000001011001100010011011100101001100001011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D282CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D282CC; }

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

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

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

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

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

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

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

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