#D485CC

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

Shades of Orchid #D485CC

Tints of Orchid #D485CC

Color information

#D485CC (or 0xD485CC) is unknown color: approx Orchid. HEX triplet: D4, 85 and CC. RGB value is (212,133,204). Sum of RGB (Red+Green+Blue) = 212+133+204=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D485CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D485CC is #2B7A33. Grayscale: #A4A4A4. Windows color (decimal): -2849332 or 13403604. OLE color: 13403604.

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

Color convert

RGB212133204-
CMYK00.370.040.17
HSL306.08º47.88%67.65%-
HSV(B)306.08º37.26%83.14%-
XYZ46.4435.1361.46-
YUV164.72150.17161.73-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.62%
GREEN value IS 133 (52.34% from 255) = 24.23%
BLUE value IS 204 (80.08% from 255) = 37.16%
R=38.62%
G=24.23%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213320400.370.040.17306.0847.8867.65
HexD485CC0254111323044
Octal32420531404542146260104
Binary1101010010000101110011000100101100100011001100101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D485CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D485CC; }

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

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

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

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

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

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

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

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