#D285CC

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

Shades of Orchid #D285CC

Tints of Orchid #D285CC

Color information

#D285CC (or 0xD285CC) is unknown color: approx Orchid. HEX triplet: D2, 85 and CC. RGB value is (210,133,204). Sum of RGB (Red+Green+Blue) = 210+133+204=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 210 - color contains mainly: red. Hex color #D285CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D285CC is #2D7A33. Grayscale: #A3A3A3. Windows color (decimal): -2980404 or 13403602. OLE color: 13403602.

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

Color convert

RGB210133204-
CMYK00.370.030.18
HSL304.68º46.11%67.25%-
HSV(B)304.68º36.67%82.35%-
XYZ45.8634.8461.43-
YUV164.12150.51160.73-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.39%
GREEN value IS 133 (52.34% from 255) = 24.31%
BLUE value IS 204 (80.08% from 255) = 37.29%
R=38.39%
G=24.31%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013320400.370.030.18304.6846.1167.25
HexD285CC0253121312e43
Octal32220531404532246156103
Binary110100101000010111001100010010111100101001100011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D285CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D285CC; }

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

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

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

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

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

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

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

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