#D485C1

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

Shades of Orchid #D485C1

Tints of Orchid #D485C1

Color information

#D485C1 (or 0xD485C1) is unknown color: approx Orchid. HEX triplet: D4, 85 and C1. RGB value is (212,133,193). Sum of RGB (Red+Green+Blue) = 212+133+193=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 212 - color contains mainly: red. Hex color #D485C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D485C1 is #2B7A3E. Grayscale: #A3A3A3. Windows color (decimal): -2849343 or 12682708. OLE color: 12682708.

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

Color convert

RGB212133193-
CMYK00.370.090.17
HSL314.43º47.88%67.65%-
HSV(B)314.43º37.26%83.14%-
XYZ45.1634.6254.75-
YUV163.46144.67162.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.41%
GREEN value IS 133 (52.34% from 255) = 24.72%
BLUE value IS 193 (75.78% from 255) = 35.87%
R=39.41%
G=24.72%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213319300.370.090.17314.4347.8867.65
HexD485C102591113a3044
Octal324205301045112147260104
Binary11010100100001011100000101001011001100011001110101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D485C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D485C1; }

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

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

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

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

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

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

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

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