#D282CB

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

Shades of Orchid #D282CB

Tints of Orchid #D282CB

Color information

#D282CB (or 0xD282CB) is unknown color: approx Orchid. HEX triplet: D2, 82 and CB. RGB value is (210,130,203). Sum of RGB (Red+Green+Blue) = 210+130+203=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 130 (51.17% from 255 or 23.94% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 210 - color contains mainly: red. Hex color #D282CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D282CB is #2D7D34. Grayscale: #A2A2A2. Windows color (decimal): -2981173 or 13337298. OLE color: 13337298.

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

Color convert

RGB210130203-
CMYK00.380.030.18
HSL305.25º47.06%66.67%-
HSV(B)305.25º38.1%82.35%-
XYZ45.3433.9860.67-
YUV162.24151162.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.67%
GREEN value IS 130 (51.17% from 255) = 23.94%
BLUE value IS 203 (79.69% from 255) = 37.38%
R=38.67%
G=23.94%
B=37.38%

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
Decimal21013020300.380.030.18305.2547.0666.67
HexD282CB0263121312f43
Octal32220231304632246157103
Binary110100101000001011001011010011011100101001100011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D282CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D282CB; }

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

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

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

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

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

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

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

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