#D485CD

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

Shades of Orchid #D485CD

Tints of Orchid #D485CD

Color information

#D485CD (or 0xD485CD) is unknown color: approx Orchid. HEX triplet: D4, 85 and CD. RGB value is (212,133,205). Sum of RGB (Red+Green+Blue) = 212+133+205=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 212 - color contains mainly: red. Hex color #D485CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D485CD is #2B7A32. Grayscale: #A4A4A4. Windows color (decimal): -2849331 or 13469140. OLE color: 13469140.

HSL color Cylindrical-coordinate representation of color #D485CD: hue angle of 305.32º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D485CD is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB212133205-
CMYK00.370.030.17
HSL305.32º47.88%67.65%-
HSV(B)305.32º37.26%83.14%-
XYZ46.5635.1862.09-
YUV164.83150.67161.65-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.55%
GREEN value IS 133 (52.34% from 255) = 24.18%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=38.55%
G=24.18%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213320500.370.030.17305.3247.8867.65
HexD485CD0253111313044
Octal32420531504532146160104
Binary110101001000010111001101010010111100011001100011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D485CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D485CD; }

 p { color: rgb(212,133,205); }

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

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

 a { background-color: rgb(212,133,205); }

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

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

 span { border-color: rgb(212,133,205); }

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