#D285C0

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

Shades of Orchid #D285C0

Tints of Orchid #D285C0

Color information

#D285C0 (or 0xD285C0) is unknown color: approx Orchid. HEX triplet: D2, 85 and C0. RGB value is (210,133,192). Sum of RGB (Red+Green+Blue) = 210+133+192=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D285C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D285C0 is #2D7A3F. Grayscale: #A2A2A2. Windows color (decimal): -2980416 or 12617170. OLE color: 12617170.

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

Color convert

RGB210133192-
CMYK00.370.090.18
HSL314.03º46.11%67.25%-
HSV(B)314.03º36.67%82.35%-
XYZ44.4834.2854.14-
YUV162.75144.51161.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.25%
GREEN value IS 133 (52.34% from 255) = 24.86%
BLUE value IS 192 (75.39% from 255) = 35.89%
R=39.25%
G=24.86%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013319200.370.090.18314.0346.1167.25
HexD285C002591213a2e43
Octal322205300045112247256103
Binary11010010100001011100000001001011001100101001110101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D285C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D285C0; }

 p { color: rgb(210,133,192); }

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

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

 a { background-color: rgb(210,133,192); }

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

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

 span { border-color: rgb(210,133,192); }

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