#D46FCE

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

Shades of Orchid #D46FCE

Tints of Orchid #D46FCE

Color information

#D46FCE (or 0xD46FCE) is unknown color: approx Orchid. HEX triplet: D4, 6F and CE. RGB value is (212,111,206). Sum of RGB (Red+Green+Blue) = 212+111+206=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D46FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46FCE is #2B9031. Grayscale: #979797. Windows color (decimal): -2854962 or 13529044. OLE color: 13529044.

HSL color Cylindrical-coordinate representation of color #D46FCE: hue angle of 303.56º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D46FCE is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB212111206-
CMYK00.480.030.17
HSL303.56º54.01%63.33%-
HSV(B)303.56º47.64%83.14%-
XYZ43.9829.8261.83-
YUV152.03158.46170.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.08%
GREEN value IS 111 (43.75% from 255) = 20.98%
BLUE value IS 206 (80.86% from 255) = 38.94%
R=40.08%
G=20.98%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211120600.480.030.17303.5654.0163.33
HexD46FCE030311130363f
Octal3241573160603214606677
Binary1101010011011111100111001100001110001100110000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46FCE; }

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

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

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

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

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

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

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

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