#D485CE

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

Shades of Orchid #D485CE

Tints of Orchid #D485CE

Color information

#D485CE (or 0xD485CE) is unknown color: approx Orchid. HEX triplet: D4, 85 and CE. RGB value is (212,133,206). Sum of RGB (Red+Green+Blue) = 212+133+206=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 212 - color contains mainly: red. Hex color #D485CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D485CE is #2B7A31. Grayscale: #A4A4A4. Windows color (decimal): -2849330 or 13534676. OLE color: 13534676.

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

Color convert

RGB212133206-
CMYK00.370.030.17
HSL304.56º47.88%67.65%-
HSV(B)304.56º37.26%83.14%-
XYZ46.6835.2362.73-
YUV164.94151.17161.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.48%
GREEN value IS 133 (52.34% from 255) = 24.14%
BLUE value IS 206 (80.86% from 255) = 37.39%
R=38.48%
G=24.14%
B=37.39%

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
Decimal21213320600.370.030.17304.5647.8867.65
HexD485CE0253111313044
Octal32420531604532146160104
Binary110101001000010111001110010010111100011001100011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D485CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D485CE; }

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

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

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

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

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

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

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

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