#D485CA

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

Shades of Orchid #D485CA

Tints of Orchid #D485CA

Color information

#D485CA (or 0xD485CA) is unknown color: approx Orchid. HEX triplet: D4, 85 and CA. RGB value is (212,133,202). Sum of RGB (Red+Green+Blue) = 212+133+202=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 212 - color contains mainly: red. Hex color #D485CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D485CA is #2B7A35. Grayscale: #A4A4A4. Windows color (decimal): -2849334 or 13272532. OLE color: 13272532.

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

Color convert

RGB212133202-
CMYK00.370.050.17
HSL307.59º47.88%67.65%-
HSV(B)307.59º37.26%83.14%-
XYZ46.235.0460.2-
YUV164.49149.17161.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.76%
GREEN value IS 133 (52.34% from 255) = 24.31%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=38.76%
G=24.31%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213320200.370.050.17307.5947.8867.65
HexD485CA0255111343044
Octal32420531204552146460104
Binary1101010010000101110010100100101101100011001101001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D485CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D485CA; }

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

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

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

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

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

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

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

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