#D284C1

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

Shades of Orchid #D284C1

Tints of Orchid #D284C1

Color information

#D284C1 (or 0xD284C1) is unknown color: approx Orchid. HEX triplet: D2, 84 and C1. RGB value is (210,132,193). Sum of RGB (Red+Green+Blue) = 210+132+193=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D284C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284C1 is #2D7B3E. Grayscale: #A2A2A2. Windows color (decimal): -2980671 or 12682450. OLE color: 12682450.

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

Color convert

RGB210132193-
CMYK00.370.080.18
HSL313.08º46.43%67.06%-
HSV(B)313.08º37.14%82.35%-
XYZ44.4634.0554.68-
YUV162.28145.34162.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.25%
GREEN value IS 132 (51.95% from 255) = 24.67%
BLUE value IS 193 (75.78% from 255) = 36.07%
R=39.25%
G=24.67%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013219300.370.080.18313.0846.4367.06
HexD284C10258121392e43
Octal322204301045102247156103
Binary11010010100001001100000101001011000100101001110011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D284C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D284C1; }

 p { color: rgb(210,132,193); }

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

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

 a { background-color: rgb(210,132,193); }

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

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

 span { border-color: rgb(210,132,193); }

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