#D485DF

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

Shades of Orchid #D485DF

Tints of Orchid #D485DF

Color information

#D485DF (or 0xD485DF) is unknown color: approx Orchid. HEX triplet: D4, 85 and DF. RGB value is (212,133,223). Sum of RGB (Red+Green+Blue) = 212+133+223=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #D485DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D485DF is #2B7A20. Grayscale: #A6A6A6. Windows color (decimal): -2849313 or 14648788. OLE color: 14648788.

HSL color Cylindrical-coordinate representation of color #D485DF: hue angle of 292.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D485DF is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212133223-
CMYK0.050.4000.13
HSL292.67º58.44%69.8%-
HSV(B)292.67º40.36%87.45%-
XYZ48.8636.174.2-
YUV166.88159.67160.18-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.32%
GREEN value IS 133 (52.34% from 255) = 23.42%
BLUE value IS 223 (87.5% from 255) = 39.26%
R=37.32%
G=23.42%
B=39.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121332230.050.4000.13292.6758.4469.8
HexD485DF5280D1253a46
Octal32420533755001544572106
Binary110101001000010111011111101101000011011001001011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D485DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D485DF; }

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

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

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

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

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

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

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

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