#D285CA

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

Shades of Orchid #D285CA

Tints of Orchid #D285CA

Color information

#D285CA (or 0xD285CA) is unknown color: approx Orchid. HEX triplet: D2, 85 and CA. RGB value is (210,133,202). Sum of RGB (Red+Green+Blue) = 210+133+202=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D285CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D285CA is #2D7A35. Grayscale: #A3A3A3. Windows color (decimal): -2980406 or 13272530. OLE color: 13272530.

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

Color convert

RGB210133202-
CMYK00.370.040.18
HSL306.23º46.11%67.25%-
HSV(B)306.23º36.67%82.35%-
XYZ45.6334.7460.18-
YUV163.89149.51160.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.53%
GREEN value IS 133 (52.34% from 255) = 24.40%
BLUE value IS 202 (79.30% from 255) = 37.06%
R=38.53%
G=24.40%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013320200.370.040.18306.2346.1167.25
HexD285CA0254121322e43
Octal32220531204542246256103
Binary1101001010000101110010100100101100100101001100101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D285CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D285CA; }

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

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

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

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

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

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

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

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